
Public Types | |
| typedef ControlListener * | LPtr |
Public Member Functions | |
| void | addControlListener (const LPtr &l) |
| void | cleanup () |
| called when the applet is deactivated | |
| void | close () |
| void | doGraphics () |
| virtual void | doLogic () |
| void | doNetwork () |
| EventDispatcher () | |
| void | fireEvent (ControlEvent &e) const |
| void | init () |
| called when the applet is activated | |
| int | int2String (const std::string &s) |
| bool | isMuted () const |
| virtual void | mainLoopBody () |
| MenuViewer (App *app) | |
| void | processActionEvent (ONE::util::ActionEvent &) |
| virtual void | processControlEvent (ONE::util::ControlEvent &) |
| void | processEvent (const SDL_Event &) |
| void | processKeyEvent (ONE::util::KeyEvent &) |
| void | processListSelectionEvent (ONE::gui::ListSelectionEvent &) |
| void | removeControlListener (const LPtr &l) |
| void | setMuted (bool mute) |
| ~MenuViewer () | |
Static Public Member Functions | |
| static void | getLines (const std::string &, std::vector< std::string > &) |
| static void | showErrorMessage (const std::string &) |
Protected Member Functions | |
| void | add (const LPtr &l) |
| void | remove (const LPtr &l) |
Protected Attributes | |
| App * | app |
| GUISet | gui |
Classes | |
| struct | PlayerTraits |
|
|
|
|
|
|
|
|
called when the applet is deactivated
Reimplemented from AppletViewer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
called when the applet is activated
Reimplemented from AppletViewer. |
|
|
|
|
|
Reimplemented in GameViewer, and LoadViewer. |
|
|
Implements ONE::util::ActionListener. |
|
|
Implements ONE::util::ControlListener. |
|
|
Reimplemented from AppletViewer. |
|
|
Implements ONE::util::KeyListener. |
|
|
Implements ONE::gui::ListSelectionListener. |
|
|
|
|
|
|
|
|
|
1.4.3