|
MythTV
0.26-pre
|
#include <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 |
Definition at line 289 of file BaseClasses.h.
| MHFontBody::MHFontBody | ( | ) | [inline] |
Definition at line 292 of file BaseClasses.h.
| void MHFontBody::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 803 of file BaseClasses.cpp.
Referenced by MHText::Initialise(), and MHApplication::Initialise().
| void MHFontBody::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 815 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 | ) |
Definition at line 827 of file BaseClasses.cpp.
Referenced by MHText::MHText().
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.7.6.1