|
MythTV master
|
#include <libmythfreemheg/Visible.h>
Public Member Functions | |
| MHSetFillColour () | |
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 | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | Perform (MHEngine *engine)=0 |
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 |
| virtual void | SetColour (const MHColour &colour, MHEngine *engine)=0 |
Protected Member Functions inherited from MHElemAction | |
| virtual void | PrintArgs (FILE *, int) const |
| 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.