#include <Root.h>
Collaboration diagram for Teddy::SpaceGame::Root:
Public Methods | |
Root (int argc, char **argv) | |
Constructor the the testing user interface. More... | |
ActionManager * | getActionManager () |
AudioManager * | getAudioManager () |
EventManager * | getEventManager () |
ObjectManager * | getObjectManager () |
SimulationTimer * | getSimulationTimer () |
UserInterface * | getUserInterface () |
int | getScreenWidth () |
int | getScreenHeight () |
Protected Methods | |
void | parseOptions (int argc, char **argv) |
Protected Attributes | |
ActionManager * | action_manager |
AudioManager * | audio_manager |
EventManager * | event_manager |
ObjectManager * | object_manager |
SimulationTimer * | simulation_timer |
UserInterface * | user_interface |
int | screen_width |
int | screen_height |
Definition at line 58 of file Root.h.
|
Constructor the the testing user interface.
Definition at line 39 of file Root.cpp. References action_manager, audio_manager, event_manager, object_manager, parseOptions(), screen_height, screen_width, simulation_timer, and user_interface. |
|
Definition at line 154 of file Root.cpp. References action_manager. |
|
Definition at line 159 of file Root.cpp. References audio_manager. |
|
Definition at line 164 of file Root.cpp. References event_manager. |
|
Definition at line 169 of file Root.cpp. References object_manager. |
|
Definition at line 189 of file Root.cpp. References screen_height. |
|
Definition at line 184 of file Root.cpp. References screen_width. |
|
Definition at line 174 of file Root.cpp. References simulation_timer. |
|
Definition at line 179 of file Root.cpp. References user_interface. |
|
Definition at line 73 of file Root.cpp. References RO_AUDIO, RO_CABIN, RO_DEBUG, RO_FULLSCREEN, RO_HUD, RO_MULTI_WINDOW, RO_SCANNER, screen_height, and screen_width. Referenced by Root(). |
|
Definition at line 76 of file Root.h. Referenced by getActionManager(), and Root(). |
|
Definition at line 77 of file Root.h. Referenced by getAudioManager(), and Root(). |
|
Definition at line 78 of file Root.h. Referenced by getEventManager(), and Root(). |
|
Definition at line 79 of file Root.h. Referenced by getObjectManager(), and Root(). |
|
Definition at line 83 of file Root.h. Referenced by getScreenHeight(), parseOptions(), and Root(). |
|
Definition at line 82 of file Root.h. Referenced by getScreenWidth(), parseOptions(), and Root(). |
|
Definition at line 80 of file Root.h. Referenced by getSimulationTimer(), and Root(). |
|
Definition at line 81 of file Root.h. Referenced by getUserInterface(), and Root(). |