#include <BaseClasses.h>
Definition at line 289 of file BaseClasses.h.
Public Member Functions | |
| MHFontBody () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| bool | IsSet () const |
| void | Copy (const MHFontBody &fb) |
Protected Attributes | |
| MHOctetString | m_DirFont |
| MHObjectRef | m_IndirFont |
| MHFontBody::MHFontBody | ( | ) | [inline] |
Definition at line 292 of file BaseClasses.h.
| void MHFontBody::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) |
Definition at line 511 of file BaseClasses.cpp.
Referenced by MHText::Initialise(), and MHApplication::Initialise().
| void MHFontBody::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const |
Definition at line 517 of file BaseClasses.cpp.
Referenced by MHText::PrintMe(), and MHApplication::PrintMe().
| bool MHFontBody::IsSet | ( | ) | const [inline] |
Definition at line 295 of file BaseClasses.h.
Referenced by MHText::PrintMe(), and MHApplication::PrintMe().
| void MHFontBody::Copy | ( | const MHFontBody & | fb | ) |
MHOctetString MHFontBody::m_DirFont [protected] |
Definition at line 298 of file BaseClasses.h.
Referenced by Copy(), Initialise(), IsSet(), and PrintMe().
MHObjectRef MHFontBody::m_IndirFont [protected] |
Definition at line 299 of file BaseClasses.h.
Referenced by Copy(), Initialise(), IsSet(), and PrintMe().
1.5.5