#include <IPhoneApp.h>
Inheritance diagram for OglGui::IPhoneApp:


Public Member Functions | |
| IPhoneApp (int x, int y, int w, int h) | |
| void | SetIPhoneAppListener (IPhoneAppListener *l, void *userData) |
| Button * | AddCommand (strconst cmd, Window *wnd) |
| Window * | CmdBtnWnd () |
| OpenClose * | AppOpenCloser () |
| OpenClose * | CmdOpenCloser () |
| void | OpenApp (Window *wnd, int x, int y, int w, int h, int ms=500) |
| void | CloseApp (Window *wnd, int ms=500) |
| void | OpenCmdPicker (Window *wnd, int x, int y, int w, int h) |
| void | CloseCmdPicker (Window *wnd) |
| void | StartCmd () |
| virtual void | ButtonSelectionEvent (Button *src, void *userData) |
| void | Stopping (bool &b) |
| virtual void | DisplayFunc () |
Static Public Attributes | |
| static const int | BACK_BTN_ID = 4393 |
Private Member Functions | |
| void | Init (int w, int h) |
Private Attributes | |
| IPhoneAppListener * | mListener |
| void * | mListenerData |
| Window * | mCommandPickerWnd |
| Window * | mCmdBtnWnd |
| OpenClose * | mCmdOpenCloser |
| OpenClose * | mAppOpenCloser |
| bool | mStarting |
| bool | mAppOpening |
| bool | mAppClosing |
| bool | mCmdOpening |
| bool | mCmdClosing |
Definition at line 20 of file IPhoneApp.h.
1.5.1