MythTV  master
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MHTestVariable Class Reference

#include <Variables.h>

Inheritance diagram for MHTestVariable:
Inheritance graph
[legend]
Collaboration diagram for MHTestVariable:
Collaboration graph
[legend]

Public Member Functions

 MHTestVariable ()
 
void Initialise (MHParseNode *p, MHEngine *engine) override
 
void Perform (MHEngine *engine) override
 
- Public Member Functions inherited from MHElemAction
 MHElemAction (const char *name)
 
virtual ~MHElemAction ()=default
 
virtual void PrintMe (FILE *fd, int nTabs) const
 

Protected Member Functions

void PrintArgs (FILE *fd, int nTabs) const override
 
- Protected Member Functions inherited from MHElemAction
MHRootTarget (MHEngine *engine)
 

Protected Attributes

int m_nOperator {0}
 
MHParameter m_comparison
 
- Protected Attributes inherited from MHElemAction
const char * m_actionName {nullptr}
 
MHGenericObjectRef m_target
 

Detailed Description

Definition at line 164 of file Variables.h.

Constructor & Destructor Documentation

◆ MHTestVariable()

MHTestVariable::MHTestVariable ( )
inline

Definition at line 167 of file Variables.h.

Member Function Documentation

◆ Initialise()

void MHTestVariable::Initialise ( MHParseNode p,
MHEngine engine 
)
overridevirtual

Reimplemented from MHElemAction.

Definition at line 539 of file Variables.cpp.

◆ Perform()

void MHTestVariable::Perform ( MHEngine engine)
overridevirtual

Implements MHElemAction.

Definition at line 552 of file Variables.cpp.

◆ PrintArgs()

void MHTestVariable::PrintArgs ( FILE *  fd,
int  nTabs 
) const
overrideprotectedvirtual

Reimplemented from MHElemAction.

Definition at line 546 of file Variables.cpp.

Member Data Documentation

◆ m_nOperator

int MHTestVariable::m_nOperator {0}
protected

Definition at line 172 of file Variables.h.

Referenced by Initialise(), Perform(), and PrintArgs().

◆ m_comparison

MHParameter MHTestVariable::m_comparison
protected

Definition at line 173 of file Variables.h.

Referenced by Initialise(), Perform(), and PrintArgs().


The documentation for this class was generated from the following files: