Public Member Functions | |
iNotebookState (cInit *apInit, cNotebook *apNotebook) | |
virtual void | OnMouseDown (eMButton aButton) |
virtual void | OnDraw () |
virtual void | OnExit () |
Public Member Functions inherited from hpl::iAIState | |
virtual void | OnUpdate (float afTime)=0 |
virtual void | OnEnterState (int alLastState)=0 |
virtual void | OnLeaveState (int alNextState)=0 |
int | GetId () |
const tString & | GetName () |
float | GetUpdateStep () |
void | Sleep (float afTime) |
Protected Attributes | |
cInit * | mpInit |
cNotebook * | mpNotebook |
Protected Attributes inherited from hpl::iAIState | |
int | mlId |
tString | msName |
float | mfUpdateStep |
cStateMachine * | mpStateMachine |