MythTV
master
|
#include <libmythfreemheg/BaseClasses.h>
Public Member Functions | |
MHGenericBoolean ()=default | |
void | Initialise (MHParseNode *p, MHEngine *engine) |
void | PrintMe (FILE *fd, int nTabs) const |
bool | GetValue (MHEngine *engine) const |
Public Member Functions inherited from MHGenericBase | |
MHObjectRef * | GetReference () |
Protected Attributes | |
bool | m_fDirect {false} |
Protected Attributes inherited from MHGenericBase | |
MHObjectRef | m_indirect |
Additional Inherited Members | |
Public Attributes inherited from MHGenericBase | |
bool | m_fIsDirect {false} |
Definition at line 202 of file BaseClasses.h.
|
default |
void MHGenericBoolean::Initialise | ( | MHParseNode * | p, |
MHEngine * | engine | ||
) |
Definition at line 328 of file BaseClasses.cpp.
Referenced by MHActionBool::Initialise(), MHSetTimer::Initialise(), and MHParameter::Initialise().
void MHGenericBoolean::PrintMe | ( | FILE * | fd, |
int | nTabs | ||
) | const |
Definition at line 343 of file BaseClasses.cpp.
Referenced by MHActionBool::PrintArgs(), MHSetTimer::PrintArgs(), and MHParameter::PrintMe().
Definition at line 357 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHActionBool::Perform(), and MHSetTimer::Perform().
Definition at line 210 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().