MythTV
master
|
#include <Variables.h>
Public Member Functions | |
MHAppend () | |
void | Initialise (MHParseNode *p, MHEngine *engine) override |
void | Perform (MHEngine *engine) override |
![]() | |
MHElemAction (const char *name) | |
virtual | ~MHElemAction ()=default |
virtual void | PrintMe (FILE *fd, int nTabs) const |
Protected Member Functions | |
void | PrintArgs (FILE *fd, int) const override |
![]() | |
MHRoot * | Target (MHEngine *engine) |
Protected Attributes | |
MHGenericOctetString | m_operand |
![]() | |
const char * | m_actionName {nullptr} |
MHGenericObjectRef | m_target |
Definition at line 235 of file Variables.h.
|
inline |
Definition at line 238 of file Variables.h.
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 584 of file Variables.cpp.
|
overridevirtual |
Implements MHElemAction.
Definition at line 590 of file Variables.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from MHElemAction.
Definition at line 242 of file Variables.h.
|
protected |
Definition at line 244 of file Variables.h.
Referenced by Initialise(), Perform(), and PrintArgs().