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::Initialise | ( | MHParseNode * | p, |
MHEngine * | engine | ||
) |
Definition at line 783 of file BaseClasses.cpp.
Referenced by MHText::Initialise(), and MHApplication::Initialise().
void MHFontBody::PrintMe | ( | FILE * | fd, |
int | nTabs | ||
) | const |
Definition at line 795 of file BaseClasses.cpp.
Referenced by MHText::PrintMe(), and MHApplication::PrintMe().
|
inline |
Definition at line 315 of file BaseClasses.h.
Referenced by MHText::PrintMe(), and MHApplication::PrintMe().
void MHFontBody::Copy | ( | const MHFontBody & | fb | ) |
Definition at line 807 of file BaseClasses.cpp.
Referenced by MHText::MHText().
|
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().