Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::IPhoneApp::CloseCmdPicker ( Window wnd  )  [inline]

Definition at line 71 of file IPhoneApp.h.

References OglGui::OpenClose::Close(), mCmdClosing, mCmdOpenCloser, mCommandPickerWnd, and OglGui::OglWindow::SetAlwaysDraw().

Referenced by ButtonSelectionEvent().

00072     {
00073         SetAlwaysDraw(true);
00074         mCommandPickerWnd = wnd;
00075         mCmdClosing = true;
00076         mCmdOpenCloser->Close();
00077     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:33 2011 for ImpalaSrc by  doxygen 1.5.1