|
MythTV
0.26-pre
|
#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 |
| MHSetFontAttributes::MHSetFontAttributes | ( | ) | [inline] |
| 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.7.6.1