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

#include <libmythfreemheg/BaseActions.h>

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

Public Member Functions

 MHActionInt4 (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)=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
 
- 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 92 of file BaseActions.h.

Constructor & Destructor Documentation

◆ MHActionInt4()

MHActionInt4::MHActionInt4 ( const char *  name)
inlineexplicit

Definition at line 95 of file BaseActions.h.

Member Function Documentation

◆ Initialise()

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

Reimplemented from MHElemAction.

Definition at line 110 of file BaseActions.cpp.

◆ PrintArgs()

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

Reimplemented from MHElemAction.

Definition at line 119 of file BaseActions.cpp.

◆ Perform()

void MHActionInt4::Perform ( MHEngine engine)
overridevirtual

Implements MHElemAction.

Definition at line 127 of file BaseActions.cpp.

◆ CallAction()

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

Implemented in MHDrawRectangle, MHDrawOval, and MHDrawLine.

Referenced by Perform().

Member Data Documentation

◆ m_argument1

MHGenericInteger MHActionInt4::m_argument1
protected

Definition at line 101 of file BaseActions.h.

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

◆ m_argument2

MHGenericInteger MHActionInt4::m_argument2
protected

Definition at line 101 of file BaseActions.h.

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

◆ m_argument3

MHGenericInteger MHActionInt4::m_argument3
protected

Definition at line 101 of file BaseActions.h.

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

◆ m_argument4

MHGenericInteger MHActionInt4::m_argument4
protected

Definition at line 101 of file BaseActions.h.

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


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