
App
Public Types | |
| enum | { SCREENSHOT = 0xf000, INPUT_CAPTURE } |
Public Member Functions | |
| AppletViewer (App *) | |
| virtual void | cleanup () |
| called when the applet is deactivated | |
| void | close () |
| virtual void | doLogic () |
| virtual void | init () |
| called when the applet is activated | |
| virtual void | initApplet ()=0 |
| initializes the applet at startup | |
| virtual void | mainLoopBody () |
| virtual void | processControlEvent (ONE::util::ControlEvent &) |
| virtual void | processEvent (const SDL_Event &) |
| virtual | ~AppletViewer () |
Static Public Member Functions | |
| static void | getLines (const std::string &, std::vector< std::string > &) |
| static void | showErrorMessage (const std::string &) |
Protected Attributes | |
| App * | app |
| GUISet | gui |
|
|
|
|
|
|
|
|
|
|
|
called when the applet is deactivated
Reimplemented in GameViewer, LoadViewer, and MenuViewer. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
called when the applet is activated
Reimplemented in GameViewer, LoadViewer, and MenuViewer. |
|
|
initializes the applet at startup
|
|
|
Reimplemented in GameViewer, and LoadViewer. |
|
|
Implements ONE::util::ControlListener. |
|
|
Reimplemented in GameViewer, and MenuViewer. |
|
|
|
|
|
|
|
|
|
1.4.3