|
MythTV
0.26-pre
|
#include <BaseClasses.h>
Public Member Functions | |
| MHGenericBoolean () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| bool | GetValue (MHEngine *engine) const |
Protected Attributes | |
| bool | m_fDirect |
Definition at line 192 of file BaseClasses.h.
| MHGenericBoolean::MHGenericBoolean | ( | ) | [inline] |
Definition at line 195 of file BaseClasses.h.
| void MHGenericBoolean::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 349 of file BaseClasses.cpp.
Referenced by MHActionBool::Initialise(), MHSetTimer::Initialise(), and MHParameter::Initialise().
| void MHGenericBoolean::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 364 of file BaseClasses.cpp.
Referenced by MHActionBool::PrintArgs(), MHSetTimer::PrintArgs(), and MHParameter::PrintMe().
| bool MHGenericBoolean::GetValue | ( | MHEngine * | engine | ) | const |
Definition at line 378 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHActionBool::Perform(), and MHSetTimer::Perform().
bool MHGenericBoolean::m_fDirect [protected] |
Definition at line 200 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.7.6.1