#include <BaseActions.h>
Public Member Functions | |
| MHActionInt (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int) const |
| virtual void | Perform (MHEngine *engine) |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, int nArg)=0 |
Protected Attributes | |
| MHGenericInteger | m_Argument |
Definition at line 51 of file BaseActions.h.
| MHActionInt::MHActionInt | ( | const char * | name | ) | [inline] |
Definition at line 54 of file BaseActions.h.
| void MHActionInt::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 53 of file BaseActions.cpp.
| virtual void MHActionInt::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, virtual] |
Reimplemented from MHElemAction.
Definition at line 56 of file BaseActions.h.
| void MHActionInt::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 60 of file BaseActions.cpp.
| virtual void MHActionInt::CallAction | ( | MHEngine * | engine, | |
| MHRoot * | pTarget, | |||
| int | nArg | |||
| ) | [pure virtual] |
Implemented in MHSetTransparency, MHSetInputRegister, MHCallActionSlot, MHMove, MHMoveTo, MHSelectItem, MHDeselectItem, MHToggleItem, MHScrollItems, MHSetFirstItem, MHSetLineWidth, MHSetLineStyle, MHStep, MHSetSliderValue, and MHSetPortion.
Referenced by Perform().
MHGenericInteger MHActionInt::m_Argument [protected] |
Definition at line 60 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3