|
MythTV
0.26-pre
|
#include <BaseClasses.h>
Public Member Functions | |
| MHGenericContentRef () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| void | GetValue (MHContentRef &ref, MHEngine *engine) const |
Protected Attributes | |
| MHContentRef | m_Direct |
Definition at line 236 of file BaseClasses.h.
| MHGenericContentRef::MHGenericContentRef | ( | ) | [inline] |
Definition at line 239 of file BaseClasses.h.
| void MHGenericContentRef::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 599 of file BaseClasses.cpp.
Referenced by MHSetData::Initialise(), and MHParameter::Initialise().
| void MHGenericContentRef::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 618 of file BaseClasses.cpp.
Referenced by MHSetData::PrintArgs(), and MHParameter::PrintMe().
| void MHGenericContentRef::GetValue | ( | MHContentRef & | ref, |
| MHEngine * | engine | ||
| ) | const |
Definition at line 632 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), and MHSetData::Perform().
MHContentRef MHGenericContentRef::m_Direct [protected] |
Definition at line 244 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.7.6.1