|
MythTV
0.26-pre
|
#include <BaseActions.h>
Public Member Functions | |
| MHActionInt6 (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
| virtual void | Perform (MHEngine *engine) |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, int nArg1, int nArg2, int nArg3, int nArg4, int nArg5, int nArg6)=0 |
Protected Attributes | |
| MHGenericInteger | m_Argument1 |
| MHGenericInteger | m_Argument2 |
| MHGenericInteger | m_Argument3 |
| MHGenericInteger | m_Argument4 |
| MHGenericInteger | m_Argument5 |
| MHGenericInteger | m_Argument6 |
Definition at line 103 of file BaseActions.h.
| MHActionInt6::MHActionInt6 | ( | const char * | name | ) | [inline] |
Definition at line 106 of file BaseActions.h.
| void MHActionInt6::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 132 of file BaseActions.cpp.
| void MHActionInt6::PrintArgs | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented from MHElemAction.
Definition at line 143 of file BaseActions.cpp.
| void MHActionInt6::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 153 of file BaseActions.cpp.
| virtual void MHActionInt6::CallAction | ( | MHEngine * | engine, |
| MHRoot * | pTarget, | ||
| int | nArg1, | ||
| int | nArg2, | ||
| int | nArg3, | ||
| int | nArg4, | ||
| int | nArg5, | ||
| int | nArg6 | ||
| ) | [pure virtual] |
Implemented in MHDrawArcSector.
Referenced by Perform().
MHGenericInteger MHActionInt6::m_Argument1 [protected] |
Definition at line 112 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHActionInt6::m_Argument2 [protected] |
Definition at line 112 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHActionInt6::m_Argument3 [protected] |
Definition at line 112 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHActionInt6::m_Argument4 [protected] |
Definition at line 112 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHActionInt6::m_Argument5 [protected] |
Definition at line 112 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHActionInt6::m_Argument6 [protected] |
Definition at line 112 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.7.6.1