Public Types | |
enum | State { kInit, kBegin, kRun, kWait } |
Public Member Functions | |
void | process () override |
void | onStateEnter (const NancyState::NancyState prevState) override |
bool | onStateExit (const NancyState::NancyState nextState) override |
Additional Inherited Members | |
Static Public Member Functions inherited from Common::Singleton< Help > | |
static bool | hasInstance () |
static Help & | instance () |
static void | destroy () |
Protected Types inherited from Common::Singleton< Help > | |
typedef Help | SingletonBaseType |
Static Protected Attributes inherited from Common::Singleton< Help > | |
static Help * | _singleton |