MythTV
master
|
#include <libmythfreemheg/Visible.h>
Public Member Functions | |
MHSetLineColour () | |
Public Member Functions inherited from MHSetColour | |
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 Member Functions | |
void | SetColour (const MHColour &colour, MHEngine *engine) override |
Protected Member Functions inherited from MHSetColour | |
void | PrintArgs (FILE *fd, int nTabs) const override |
Protected Member Functions inherited from MHElemAction | |
MHRoot * | Target (MHEngine *engine) |
Additional Inherited Members | |
Protected Types inherited from MHSetColour | |
enum | : std::uint8_t { CT_None, CT_Indexed, CT_Absolute } |
Protected Attributes inherited from MHSetColour | |
enum MHSetColour:: { ... } | CT_None |
MHGenericInteger | m_indexed |
MHGenericOctetString | m_absolute |
Protected Attributes inherited from MHElemAction | |
const char * | m_actionName {nullptr} |
MHGenericObjectRef | m_target |
|
inlineoverrideprotectedvirtual |
Implements MHSetColour.