MythTV  master
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
MHSetTimer Class Reference

#include <Groups.h>

Inheritance diagram for MHSetTimer:
Inheritance graph
[legend]
Collaboration diagram for MHSetTimer:
Collaboration graph
[legend]

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 PrintMe (FILE *fd, int nTabs) const
 

Protected Types

enum  { ST_NoNewTimer, ST_TimerAbsolute, ST_TimerRelative }
 

Protected Member Functions

void PrintArgs (FILE *fd, int nTabs) const override
 
- Protected Member Functions inherited from MHElemAction
MHRootTarget (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
 

Detailed Description

Definition at line 188 of file Groups.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
ST_NoNewTimer 
ST_TimerAbsolute 
ST_TimerRelative 

Definition at line 199 of file Groups.h.

Constructor & Destructor Documentation

◆ MHSetTimer()

MHSetTimer::MHSetTimer ( )
inline

Definition at line 191 of file Groups.h.

Member Function Documentation

◆ Initialise()

void MHSetTimer::Initialise ( MHParseNode p,
MHEngine engine 
)
overridevirtual

Reimplemented from MHElemAction.

Definition at line 852 of file Groups.cpp.

◆ Perform()

void MHSetTimer::Perform ( MHEngine engine)
overridevirtual

Implements MHElemAction.

Definition at line 892 of file Groups.cpp.

◆ PrintArgs()

void MHSetTimer::PrintArgs ( FILE *  fd,
int  nTabs 
) const
overrideprotectedvirtual

Reimplemented from MHElemAction.

Definition at line 874 of file Groups.cpp.

Member Data Documentation

◆ m_timerId

MHGenericInteger MHSetTimer::m_timerId
protected

Definition at line 196 of file Groups.h.

Referenced by Initialise(), Perform(), and PrintArgs().

◆ ST_NoNewTimer

enum { ... } MHSetTimer::ST_NoNewTimer

Referenced by Perform(), and PrintArgs().

◆ m_timerValue

MHGenericInteger MHSetTimer::m_timerValue
protected

Definition at line 204 of file Groups.h.

Referenced by Initialise(), Perform(), and PrintArgs().

◆ m_absFlag

MHGenericBoolean MHSetTimer::m_absFlag
protected

Definition at line 205 of file Groups.h.

Referenced by Initialise(), Perform(), and PrintArgs().


The documentation for this class was generated from the following files: