|
MythTV
0.26-pre
|
#include <BaseClasses.h>
Public Member Functions | |
| MHGenericInteger () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| int | GetValue (MHEngine *engine) const |
Protected Attributes | |
| int | m_nDirect |
Definition at line 203 of file BaseClasses.h.
| MHGenericInteger::MHGenericInteger | ( | ) | [inline] |
Definition at line 206 of file BaseClasses.h.
| void MHGenericInteger::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 405 of file BaseClasses.cpp.
Referenced by MHActionInt::Initialise(), MHActionIntInt::Initialise(), MHActionInt3::Initialise(), MHActionInt4::Initialise(), MHActionInt6::Initialise(), MHSetData::Initialise(), MHSetTimer::Initialise(), MHAddItem::Initialise(), MHIntegerAction::Initialise(), MHGetListActionData::Initialise(), MHParameter::Initialise(), and MHSetColour::Initialise().
| void MHGenericInteger::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 420 of file BaseClasses.cpp.
Referenced by MHActionInt::PrintArgs(), MHActionIntInt::PrintArgs(), MHActionInt3::PrintArgs(), MHActionInt4::PrintArgs(), MHActionInt6::PrintArgs(), MHSetData::PrintArgs(), MHAddItem::PrintArgs(), MHIntegerAction::PrintArgs(), MHSetTimer::PrintArgs(), MHGetListActionData::PrintArgs(), MHSetColour::PrintArgs(), and MHParameter::PrintMe().
| int MHGenericInteger::GetValue | ( | MHEngine * | engine | ) | const |
Definition at line 434 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHActionInt::Perform(), MHActionIntInt::Perform(), MHActionInt3::Perform(), MHActionInt4::Perform(), MHActionInt6::Perform(), MHSetData::Perform(), MHDrawPoly::Perform(), MHSetTimer::Perform(), MHIntegerAction::Perform(), MHAddItem::Perform(), MHGetCellItem::Perform(), MHGetListItem::Perform(), MHGetItemStatus::Perform(), and MHSetColour::Perform().
int MHGenericInteger::m_nDirect [protected] |
Definition at line 211 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.7.6.1