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

void OglGui::IPhoneApp::Init ( int  w,
int  h 
) [inline, private]

Definition at line 142 of file IPhoneApp.h.

References OglGui::OglWindow::H(), mAppClosing, mAppOpenCloser, mAppOpening, mCmdBtnWnd, mCmdClosing, mCmdOpenCloser, mCmdOpening, mListener, mStarting, OglGui::OglWindow::W(), and OglGui::Window::Window().

00143     {
00144         mCmdBtnWnd = new Window(this, 0, 0, W(), H());
00145         //mCommandPickerWnd->ConnectTo(this);
00146         mAppOpenCloser = new OpenClose(this);
00147         mCmdOpenCloser = new OpenClose(this);
00148 
00149         mListener    = 0;
00150         mStarting    = false;
00151         mAppClosing  = false;
00152         mAppOpening  = false;
00153         mCmdClosing  = false;
00154         mCmdOpening  = false;
00155     }

Here is the call graph for this function:


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