MythTV  master
Public Member Functions | Protected Attributes | List of all members
MHActionInt6 Class Referenceabstract

#include <libmythfreemheg/BaseActions.h>

Inheritance diagram for MHActionInt6:
[legend]
Collaboration diagram for MHActionInt6:
[legend]

Public Member Functions

 MHActionInt6 (const char *name)
 
void Initialise (MHParseNode *p, MHEngine *engine) override
 
void PrintArgs (FILE *fd, int nTabs) const override
 
void Perform (MHEngine *engine) override
 
virtual void CallAction (MHEngine *engine, MHRoot *pTarget, int nArg1, int nArg2, int nArg3, int nArg4, int nArg5, int nArg6)=0
 
- Public Member Functions inherited from MHElemAction
 MHElemAction (const char *name)
 
virtual ~MHElemAction ()=default
 
virtual void PrintMe (FILE *fd, int nTabs) const
 

Protected Attributes

MHGenericInteger m_argument1
 
MHGenericInteger m_argument2
 
MHGenericInteger m_argument3
 
MHGenericInteger m_argument4
 
MHGenericInteger m_argument5
 
MHGenericInteger m_argument6
 
- Protected Attributes inherited from MHElemAction
const char * m_actionName {nullptr}
 
MHGenericObjectRef m_target
 

Additional Inherited Members

- Protected Member Functions inherited from MHElemAction
MHRootTarget (MHEngine *engine)
 

Detailed Description

Definition at line 105 of file BaseActions.h.

Constructor & Destructor Documentation

◆ MHActionInt6()

MHActionInt6::MHActionInt6 ( const char *  name)
inlineexplicit

Definition at line 108 of file BaseActions.h.

Member Function Documentation

◆ Initialise()

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

Reimplemented from MHElemAction.

Definition at line 132 of file BaseActions.cpp.

◆ PrintArgs()

void MHActionInt6::PrintArgs ( FILE *  fd,
int  nTabs 
) const
overridevirtual

Reimplemented from MHElemAction.

Definition at line 143 of file BaseActions.cpp.

◆ Perform()

void MHActionInt6::Perform ( MHEngine engine)
overridevirtual

Implements MHElemAction.

Definition at line 153 of file BaseActions.cpp.

◆ CallAction()

virtual void MHActionInt6::CallAction ( MHEngine engine,
MHRoot pTarget,
int  nArg1,
int  nArg2,
int  nArg3,
int  nArg4,
int  nArg5,
int  nArg6 
)
pure virtual

Implemented in MHDrawArcSector.

Referenced by Perform().

Member Data Documentation

◆ m_argument1

MHGenericInteger MHActionInt6::m_argument1
protected

Definition at line 114 of file BaseActions.h.

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

◆ m_argument2

MHGenericInteger MHActionInt6::m_argument2
protected

Definition at line 114 of file BaseActions.h.

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

◆ m_argument3

MHGenericInteger MHActionInt6::m_argument3
protected

Definition at line 114 of file BaseActions.h.

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

◆ m_argument4

MHGenericInteger MHActionInt6::m_argument4
protected

Definition at line 114 of file BaseActions.h.

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

◆ m_argument5

MHGenericInteger MHActionInt6::m_argument5
protected

Definition at line 114 of file BaseActions.h.

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

◆ m_argument6

MHGenericInteger MHActionInt6::m_argument6
protected

Definition at line 114 of file BaseActions.h.

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


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