|
MythTV master
|
#include <libmythfreemheg/BaseClasses.h>
Public Member Functions | |
| MHFontBody ()=default | |
| 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 309 of file BaseClasses.h.
|
default |
| void MHFontBody::Copy | ( | const MHFontBody & | fb | ) |
Definition at line 807 of file BaseClasses.cpp.
Referenced by MHText::MHText().
| void MHFontBody::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 783 of file BaseClasses.cpp.
Referenced by MHApplication::Initialise(), and MHText::Initialise().
|
inline |
Definition at line 315 of file BaseClasses.h.
Referenced by MHApplication::PrintMe(), and MHText::PrintMe().
| void MHFontBody::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 795 of file BaseClasses.cpp.
Referenced by MHApplication::PrintMe(), and MHText::PrintMe().
|
protected |
Definition at line 318 of file BaseClasses.h.
Referenced by Copy(), Initialise(), IsSet(), and PrintMe().
|
protected |
Definition at line 319 of file BaseClasses.h.
Referenced by Copy(), Initialise(), IsSet(), and PrintMe().