#include <Text.h>
Public Member Functions | |
| MHSetFontAttributes () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int) const |
Protected Attributes | |
| MHGenericOctetString | m_FontAttrs |
Definition at line 135 of file Text.h.
| void MHSetFontAttributes::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
| void MHSetFontAttributes::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
| virtual void MHSetFontAttributes::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, protected, virtual] |
Reimplemented from MHElemAction.
MHGenericOctetString MHSetFontAttributes::m_FontAttrs [protected] |
Definition at line 143 of file Text.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3