#include <Visible.h>
Public Member Functions | |
| MHSetColour (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Types | |
| enum | { CT_None, CT_Indexed, CT_Absolute } |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
| virtual void | SetColour (const MHColour &colour, MHEngine *engine)=0 |
Protected Attributes | |
| enum MHSetColour:: { ... } | m_ColourType |
| MHGenericInteger | m_Indexed |
| MHGenericOctetString | m_Absolute |
Definition at line 292 of file Visible.h.
anonymous enum [protected] |
| void MHSetColour::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 1208 of file Visible.cpp.
| void MHSetColour::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 1244 of file Visible.cpp.
| void MHSetColour::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [protected, virtual] |
Reimplemented from MHElemAction.
Definition at line 1230 of file Visible.cpp.
| virtual void MHSetColour::SetColour | ( | const MHColour & | colour, | |
| MHEngine * | engine | |||
| ) | [protected, pure virtual] |
Implemented in MHSetBackgroundColour, MHSetTextColour, MHSetLineColour, and MHSetFillColour.
Referenced by Perform().
enum { ... } MHSetColour::m_ColourType [protected] |
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHSetColour::m_Indexed [protected] |
Definition at line 304 of file Visible.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericOctetString MHSetColour::m_Absolute [protected] |
Definition at line 305 of file Visible.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3