|
MythTV
0.26-pre
|
#include <Ingredients.h>
Public Member Functions | |
| MHFont () | |
| virtual | ~MHFont () |
| virtual const char * | ClassName () |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
Definition at line 79 of file Ingredients.h.
| MHFont::MHFont | ( | ) |
Definition at line 251 of file Ingredients.cpp.
| MHFont::~MHFont | ( | ) | [virtual] |
Definition at line 256 of file Ingredients.cpp.
| virtual const char* MHFont::ClassName | ( | ) | [inline, virtual] |
Implements MHRoot.
Definition at line 84 of file Ingredients.h.
| void MHFont::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHIngredient.
Definition at line 261 of file Ingredients.cpp.
| void MHFont::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented from MHIngredient.
Definition at line 267 of file Ingredients.cpp.
1.7.6.1