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

void OglGui::IPhoneApp::CloseApp ( Window wnd,
int  ms = 500 
) [inline]

Definition at line 56 of file IPhoneApp.h.

References OglGui::OpenClose::Close(), mAppClosing, mAppOpenCloser, OglGui::OglWindow::SetAlwaysDraw(), and OglGui::OpenClose::Target().

00057     {
00058         SetAlwaysDraw(true);
00059         mAppOpenCloser->Target(wnd);
00060         mAppOpenCloser->Close(ms);
00061         mAppClosing = true;;
00062     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:16 2010 for ImpalaSrc by  doxygen 1.5.1