Public Member Functions | |
| cNotebookState_Front (cInit *apInit, cNotebook *apNotebook) | |
| void | OnEnterState (int alLastState) |
| void | OnLeaveState (int alNextState) |
| void | OnUpdate (float afTime) |
| void | OnDraw () |
| void | OnMouseDown (eMButton aButton) |
| void | OnExit () |
Public Member Functions inherited from iNotebookState | |
| iNotebookState (cInit *apInit, cNotebook *apNotebook) | |
Public Member Functions inherited from hpl::iAIState | |
| int | GetId () |
| const tString & | GetName () |
| float | GetUpdateStep () |
| void | Sleep (float afTime) |
Public Attributes | |
| cGraphicsDrawer * | mpDrawer |
| cGfxObject * | mpTextBack |
| FontData * | mpFrontFont |
| Common::Array< cNoteBook_Option > | mvOptions |
| int | mlSelected |
| cVector2f | mvFontSize |
Additional Inherited Members | |
Protected Attributes inherited from iNotebookState | |
| cInit * | mpInit |
| cNotebook * | mpNotebook |
Protected Attributes inherited from hpl::iAIState | |
| int | mlId |
| tString | msName |
| float | mfUpdateStep |
| cStateMachine * | mpStateMachine |