Public Member Functions | |
| cNotebookState_NoteList (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 |
| cGfxObject * | mpTab |
| int | mlMaxNotesPerPage |
| int | mlFirstNote |
| int | mlSelected |
| FontData * | mpTextFont |
| tWString | msUnread |
| cVector2f | mvSize |
| cNotebook_Note * | mpSelectedNote |
| Common::Array< cNoteBook_Option > | mvOptions |
| cGfxObject * | mpOptionsImage [2] |
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 |