|
MythTV
0.26-pre
|
#include <Variables.h>
Public Member Functions | |
| MHTestVariable () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
Protected Attributes | |
| int | m_nOperator |
| MHParameter | m_Comparison |
Definition at line 156 of file Variables.h.
| MHTestVariable::MHTestVariable | ( | ) | [inline] |
Definition at line 159 of file Variables.h.
| void MHTestVariable::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 535 of file Variables.cpp.
| void MHTestVariable::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 548 of file Variables.cpp.
| void MHTestVariable::PrintArgs | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [protected, virtual] |
Reimplemented from MHElemAction.
Definition at line 542 of file Variables.cpp.
int MHTestVariable::m_nOperator [protected] |
Definition at line 164 of file Variables.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHParameter MHTestVariable::m_Comparison [protected] |
Definition at line 165 of file Variables.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.7.6.1