#include <Groups.h>
Public Member Functions | |
| MHSendEvent () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
Protected Attributes | |
| MHGenericObjectRef | m_EventSource |
| enum EventType | m_EventType |
| MHParameter | m_EventData |
Definition at line 158 of file Groups.h.
| void MHSendEvent::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 837 of file Groups.cpp.
| void MHSendEvent::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 863 of file Groups.cpp.
| void MHSendEvent::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
Reimplemented from MHElemAction.
Definition at line 850 of file Groups.cpp.
MHGenericObjectRef MHSendEvent::m_EventSource [protected] |
Definition at line 166 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
enum EventType MHSendEvent::m_EventType [protected] |
Definition at line 167 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHParameter MHSendEvent::m_EventData [protected] |
Definition at line 168 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3