|
MythTV master
|
#include <libmythfreemheg/TokenGroup.h>
Public Member Functions | |
| MHAddItem () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) override |
| void | PrintArgs (FILE *fd, int) const override |
| 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 |
Protected Attributes | |
| MHGenericInteger | m_index |
| MHGenericObjectRef | m_item |
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 189 of file TokenGroup.h.
|
inline |
Definition at line 191 of file TokenGroup.h.
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 828 of file TokenGroup.cpp.
|
overridevirtual |
Implements MHElemAction.
Definition at line 841 of file TokenGroup.cpp.
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 835 of file TokenGroup.cpp.
|
protected |
Definition at line 196 of file TokenGroup.h.
Referenced by Initialise(), Perform(), and PrintArgs().
|
protected |
Definition at line 197 of file TokenGroup.h.
Referenced by Initialise(), Perform(), and PrintArgs().