MythTV
master
|
#include <libmythfreemheg/Visible.h>
Public Member Functions | |
MHSetColour (const char *name) | |
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 | : std::uint8_t { CT_None, CT_Indexed, CT_Absolute } |
Protected Member Functions | |
void | PrintArgs (FILE *fd, int nTabs) const override |
virtual void | SetColour (const MHColour &colour, MHEngine *engine)=0 |
Protected Member Functions inherited from MHElemAction | |
MHRoot * | Target (MHEngine *engine) |
Protected Attributes | |
enum MHSetColour:: { ... } | CT_None |
MHGenericInteger | m_indexed |
MHGenericOctetString | m_absolute |
Protected Attributes inherited from MHElemAction | |
const char * | m_actionName {nullptr} |
MHGenericObjectRef | m_target |
|
protected |
|
inlineexplicit |
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 1118 of file Visible.cpp.
|
overridevirtual |
Implements MHElemAction.
Definition at line 1154 of file Visible.cpp.
|
overrideprotectedvirtual |
Reimplemented from MHElemAction.
Definition at line 1140 of file Visible.cpp.
|
protectedpure virtual |
Implemented in MHSetFillColour, MHSetLineColour, MHSetTextColour, and MHSetBackgroundColour.
Referenced by Perform().
enum { ... } MHSetColour::CT_None |
Referenced by Perform().
|
protected |
Definition at line 333 of file Visible.h.
Referenced by Initialise(), Perform(), and PrintArgs().
|
protected |
Definition at line 334 of file Visible.h.
Referenced by Initialise(), Perform(), and PrintArgs().