|
MythTV master
|
#include <libmythfreemheg/Groups.h>
Public Member Functions | |
| MHSetTimer () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) 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 Types | |
| enum | : std::uint8_t { ST_NoNewTimer , ST_TimerAbsolute , ST_TimerRelative } |
Protected Member Functions | |
| void | PrintArgs (FILE *fd, int nTabs) const override |
Protected Member Functions inherited from MHElemAction | |
| virtual void | PrintArgs (FILE *, int) const |
| MHRoot * | Target (MHEngine *engine) |
Protected Attributes | |
| MHGenericInteger | m_timerId |
| enum MHSetTimer:: { ... } | ST_NoNewTimer |
| MHGenericInteger | m_timerValue |
| MHGenericBoolean | m_absFlag |
Protected Attributes inherited from MHElemAction | |
| const char * | m_actionName {nullptr} |
| MHGenericObjectRef | m_target |
|
protected |
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 852 of file Groups.cpp.
|
overridevirtual |
Implements MHElemAction.
Definition at line 892 of file Groups.cpp.
|
overrideprotectedvirtual |
Reimplemented from MHElemAction.
Definition at line 874 of file Groups.cpp.
|
protected |
Definition at line 205 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
|
protected |
Definition at line 196 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
|
protected |
Definition at line 204 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
| enum { ... } MHSetTimer::ST_NoNewTimer |
Referenced by Perform(), and PrintArgs().