|
MythTV master
|
Public Member Functions | |
| MHUnimplementedAction (int nTag) | |
| void | Initialise (MHParseNode *, MHEngine *) override |
| void | PrintMe (FILE *fd, int) const override |
| void | Perform (MHEngine *) override |
Public Member Functions inherited from MHElemAction | |
| MHElemAction (const char *name) | |
| virtual | ~MHElemAction ()=default |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | Perform (MHEngine *engine)=0 |
Protected Attributes | |
| int | m_nTag |
Protected Attributes inherited from MHElemAction | |
| const char * | m_actionName {nullptr} |
| MHGenericObjectRef | m_target |
Additional Inherited Members | |
Protected Member Functions inherited from MHElemAction | |
| virtual void | PrintArgs (FILE *, int) const |
| MHRoot * | Target (MHEngine *engine) |
Definition at line 44 of file Actions.cpp.
|
inlineexplicit |
Definition at line 47 of file Actions.cpp.
|
inlineoverridevirtual |
Reimplemented from MHElemAction.
Definition at line 51 of file Actions.cpp.
|
inlineoverridevirtual |
Implements MHElemAction.
Definition at line 56 of file Actions.cpp.
|
inlineoverridevirtual |
Reimplemented from MHElemAction.
Definition at line 52 of file Actions.cpp.
|
protected |
Definition at line 61 of file Actions.cpp.
Referenced by MHUnimplementedAction(), Perform(), and PrintMe().