|
enum | State { kInit,
kLoad,
kRun,
kExit
} |
|
|
void | process () override |
|
void | onStateEnter (const NancyState::NancyState prevState) override |
|
bool | onStateExit (const NancyState::NancyState nextState) override |
|
const SoundDescription & | getSound () |
|
|
virtual void | init ()=0 |
|
virtual void | load () |
|
virtual void | run ()=0 |
|
virtual void | registerGraphics () |
|
void | setLabel (int labelID) |
|
|
static bool | hasInstance () |
|
static Map & | instance () |
|
static void | destroy () |
|
typedef Map | SingletonBaseType |
|
static Map * | _singleton |
|
The documentation for this class was generated from the following file:
- engines/nancy/state/map.h