|
MythTV master
|
#include <libmythfreemheg/Ingredients.h>
Public Member Functions | |
| MHUnload () | |
| void | Perform (MHEngine *engine) 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 |
Additional Inherited Members | |
Protected Member Functions inherited from MHElemAction | |
| virtual void | PrintArgs (FILE *, int) const |
| MHRoot * | Target (MHEngine *engine) |
Protected Attributes inherited from MHElemAction | |
| const char * | m_actionName {nullptr} |
| MHGenericObjectRef | m_target |
Definition at line 155 of file Ingredients.h.
|
inline |
Definition at line 158 of file Ingredients.h.
|
inlineoverridevirtual |
Implements MHElemAction.
Definition at line 159 of file Ingredients.h.