Public Member Functions | |
cNotebookState_Note (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 | |
FontData * | mpTextFont |
FontData * | mpNavigateFont |
tWStringVec | mvRows |
Common::Array< cNotePage > | mvPages |
int | mlCurrentPage |
int | mlMaxRows |
cVector2f | mvSize |
int | mlSelected |
Common::Array< cNoteBook_Option > | mvOptions |
cGraphicsDrawer * | mpDrawer |
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 |