#include <Actions.h>
Public Member Functions | |
| MHActionSequence () | |
| virtual | ~MHActionSequence () |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
Definition at line 28 of file Actions.h.
| virtual MHActionSequence::~MHActionSequence | ( | ) | [inline, virtual] |
| void MHActionSequence::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Definition at line 67 of file Actions.cpp.
Referenced by MHTokenGroup::Initialise(), MHTokenGroupItem::Initialise(), MHLink::Initialise(), MHApplication::Initialise(), and MHGroup::Initialise().
| void MHActionSequence::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
Definition at line 460 of file Actions.cpp.
Referenced by MHTokenGroup::PrintContents(), MHTokenGroupItem::PrintMe(), MHLink::PrintMe(), MHApplication::PrintMe(), and MHGroup::PrintMe().
1.6.3