MythTV
master
|
#include <libmythfreemheg/BaseActions.h>
Public Member Functions | |
MHActionIntInt (const char *name) | |
void | Initialise (MHParseNode *p, MHEngine *engine) override |
void | PrintArgs (FILE *fd, int) const override |
void | Perform (MHEngine *engine) override |
virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, int nArg1, int nArg2)=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 |
Protected Attributes inherited from MHElemAction | |
const char * | m_actionName {nullptr} |
MHGenericObjectRef | m_target |
Additional Inherited Members | |
Protected Member Functions inherited from MHElemAction | |
MHRoot * | Target (MHEngine *engine) |
Definition at line 65 of file BaseActions.h.
|
inlineexplicit |
Definition at line 68 of file BaseActions.h.
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 65 of file BaseActions.cpp.
|
inlineoverridevirtual |
Reimplemented from MHElemAction.
Definition at line 70 of file BaseActions.h.
|
overridevirtual |
Implements MHElemAction.
Definition at line 72 of file BaseActions.cpp.
|
pure virtual |
Implemented in MHSetBoxSize, MHSetPosition, MHSetVideoDecodeOffset, MHScaleVideo, MHSetBitmapDecodeOffset, and MHScaleBitmap.
Referenced by Perform().
|
protected |
Definition at line 75 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
|
protected |
Definition at line 75 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().