#include <RacerApp.h>
Public Member Functions | |
| RacerApp (int argc, char **argv) | |
| constructor: When the constructor returns, the application shuts down. | |
| ~RacerApp () | |
| Destuctor: do some final clearing up. | |
| void | operator() (Engine::GameScene *new_scene) |
| Set the scene. | |
Private Member Functions | |
| void | parse_arguments (int argc, char **argv) |
| void | show_usage () |
Private Attributes | |
| Engine::Scene * | title_scene |
| MainLoop * | main_loop |
| Engine::ReplayReader * | replay |
Definition at line 23 of file RacerApp.h.
| RacerApp::RacerApp | ( | int | argc, | |
| char ** | argv | |||
| ) |
constructor: When the constructor returns, the application shuts down.
| argc | Input to main function: number of parameters | |
| argv | Input to main function: parameters |
Definition at line 32 of file RacerApp.cpp.
| RacerApp::~RacerApp | ( | ) |
| void RacerApp::operator() | ( | Engine::GameScene * | new_scene | ) |
| void RacerApp::parse_arguments | ( | int | argc, | |
| char ** | argv | |||
| ) | [private] |
Definition at line 80 of file RacerApp.cpp.
| void RacerApp::show_usage | ( | ) | [private] |
Definition at line 154 of file RacerApp.cpp.
MainLoop* RacerApp::main_loop [private] |
Definition at line 41 of file RacerApp.h.
Engine::ReplayReader* RacerApp::replay [private] |
Definition at line 42 of file RacerApp.h.
Engine::Scene* RacerApp::title_scene [private] |
Definition at line 40 of file RacerApp.h.
Generated at Mon Sep 6 00:41:16 2010 by Doxygen version 1.4.7 for Racer version svn335.