|
MythTV
0.27pre
|
#include <BaseActions.h>


Public Member Functions | |
| MHActionGenericObjectRef (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, MHRoot *pObj)=0 |
Public Member Functions inherited from MHElemAction | |
| MHElemAction (const char *name) | |
| virtual | ~MHElemAction () |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int) const |
Protected Member Functions inherited from MHElemAction | |
| MHRoot * | Target (MHEngine *engine) |
Protected Attributes | |
| MHGenericObjectRef | m_RefObject |
Protected Attributes inherited from MHElemAction | |
| const char * | m_ActionName |
| MHGenericObjectRef | m_Target |
Definition at line 142 of file BaseActions.h.
|
inline |
Definition at line 145 of file BaseActions.h.
|
virtual |
Reimplemented from MHElemAction.
Definition at line 160 of file BaseActions.cpp.
Implements MHElemAction.
Reimplemented in MHActionGenericObjectRefFix.
Definition at line 166 of file BaseActions.cpp.
|
pure virtual |
Implemented in MHPutBehind, MHPutBefore, MHDelItem, MHGetCounterMaxPosition, MHGetCounterPosition, and MHClone.
Referenced by Perform(), and MHActionGenericObjectRefFix::Perform().
Reimplemented from MHElemAction.
Definition at line 150 of file BaseActions.h.
|
protected |
Definition at line 151 of file BaseActions.h.
Referenced by Initialise(), Perform(), MHActionGenericObjectRefFix::Perform(), and PrintArgs().
1.8.1.2