#include <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 |
Definition at line 85 of file Groups.h.
| MHScene::MHScene | ( | ) |
Definition at line 742 of file Groups.cpp.
| void MHScene::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHGroup.
Definition at line 752 of file Groups.cpp.
| virtual const char* MHScene::ClassName | ( | ) | [inline, virtual] |
| void MHScene::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
Reimplemented from MHGroup.
Definition at line 793 of file Groups.cpp.
| void MHScene::Activation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHGroup.
Definition at line 818 of file Groups.cpp.
| void MHScene::SetInputRegister | ( | int | nReg, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 830 of file Groups.cpp.
int MHScene::m_nEventReg [protected] |
Definition at line 97 of file Groups.h.
Referenced by Initialise(), PrintMe(), and SetInputRegister().
int MHScene::m_nSceneCoordX [protected] |
Definition at line 98 of file Groups.h.
Referenced by Initialise(), and PrintMe().
int MHScene::m_nSceneCoordY [protected] |
Definition at line 98 of file Groups.h.
Referenced by Initialise(), and PrintMe().
int MHScene::m_nAspectRatioW [protected] |
Definition at line 99 of file Groups.h.
Referenced by Initialise(), MHScene(), and PrintMe().
int MHScene::m_nAspectRatioH [protected] |
Definition at line 99 of file Groups.h.
Referenced by Initialise(), MHScene(), and PrintMe().
bool MHScene::m_fMovingCursor [protected] |
1.6.3