#include <BaseActions.h>
Public Member Functions | |
| MHActionObjectRef (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, MHRoot *pArg)=0 |
Private Member Functions | |
| virtual void | PrintArgs (FILE *fd, int) const |
Private Attributes | |
| MHObjectRef | m_ResultVar |
Definition at line 117 of file BaseActions.h.
| MHActionObjectRef::MHActionObjectRef | ( | const char * | name | ) | [inline] |
Definition at line 120 of file BaseActions.h.
| void MHActionObjectRef::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 77 of file BaseActions.cpp.
| void MHActionObjectRef::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 173 of file BaseActions.cpp.
| virtual void MHActionObjectRef::CallAction | ( | MHEngine * | engine, | |
| MHRoot * | pTarget, | |||
| MHRoot * | pArg | |||
| ) | [pure virtual] |
Implemented in MHGetLineWidth, MHGetLineStyle, MHGetLineColour, MHGetFillColour, MHGetRunningStatus, MHGetTextData, MHGetTokenPosition, MHGetFirstItem, MHGetListSize, MHGetInteractionStatus, MHGetHighlightStatus, MHGetSliderValue, and MHGetPortion.
Referenced by Perform().
| virtual void MHActionObjectRef::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, private, virtual] |
Reimplemented from MHElemAction.
Definition at line 125 of file BaseActions.h.
MHObjectRef MHActionObjectRef::m_ResultVar [private] |
Definition at line 126 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3