#include <Groups.h>

Definition at line 84 of file Groups.h.
Public Member Functions | |
| MHScene () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual const char * | ClassName () |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | Activation (MHEngine *engine) |
| virtual void | SetInputRegister (int nReg, MHEngine *engine) |
Protected Attributes | |
| int | m_nEventReg |
| int | m_nSceneCoordX |
| int | m_nSceneCoordY |
| int | m_nAspectRatioW |
| int | m_nAspectRatioH |
| bool | m_fMovingCursor |
Friends | |
| class | MHEngine |
| MHScene::MHScene | ( | ) |
Definition at line 380 of file Groups.cpp.
| void MHScene::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
| virtual const char* MHScene::ClassName | ( | ) | [inline, virtual] |
| void MHScene::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
| void MHScene::Activation | ( | MHEngine * | engine | ) | [virtual] |
| void MHScene::SetInputRegister | ( | int | nReg, | |
| MHEngine * | engine | |||
| ) | [virtual] |
int MHScene::m_nEventReg [protected] |
Definition at line 96 of file Groups.h.
Referenced by Initialise(), PrintMe(), and SetInputRegister().
int MHScene::m_nSceneCoordX [protected] |
int MHScene::m_nSceneCoordY [protected] |
int MHScene::m_nAspectRatioW [protected] |
int MHScene::m_nAspectRatioH [protected] |
bool MHScene::m_fMovingCursor [protected] |
1.5.5