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

void OglGui::IPhoneApp::OpenApp ( Window wnd,
int  x,
int  y,
int  w,
int  h,
int  ms = 500 
) [inline]

Definition at line 50 of file IPhoneApp.h.

References mAppOpenCloser, mAppOpening, OglGui::OpenClose::Open(), and OglGui::OglWindow::SetAlwaysDraw().

Referenced by ButtonSelectionEvent().

00051     {
00052         SetAlwaysDraw(true);
00053         mAppOpenCloser->Open(wnd, x, y, w, h, ms);
00054         mAppOpening   = true;
00055     }

Here is the call graph for this function:


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