#include <BaseClasses.h>

Definition at line 203 of file 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 |
| MHGenericInteger::MHGenericInteger | ( | ) | [inline] |
Definition at line 206 of file BaseClasses.h.
| void MHGenericInteger::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) |
Definition at line 265 of file BaseClasses.cpp.
Referenced by MHSetColour::Initialise(), MHIntegerAction::Initialise(), MHGetListActionData::Initialise(), MHAddItem::Initialise(), MHSetData::Initialise(), MHSetTimer::Initialise(), MHPointArg::Initialise(), MHParameter::Initialise(), MHActionInt6::Initialise(), MHActionInt4::Initialise(), MHActionInt3::Initialise(), MHActionIntInt::Initialise(), and MHActionInt::Initialise().
| void MHGenericInteger::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const |
Definition at line 278 of file BaseClasses.cpp.
Referenced by MHSetColour::PrintArgs(), MHIntegerAction::PrintArgs(), MHGetListActionData::PrintArgs(), MHAddItem::PrintArgs(), MHSetData::PrintArgs(), MHSetTimer::PrintArgs(), MHActionIntInt::PrintArgs(), MHActionInt::PrintArgs(), MHActionInt6::PrintArgs(), MHActionInt4::PrintArgs(), MHActionInt3::PrintArgs(), MHPointArg::PrintMe(), and MHParameter::PrintMe().
| int MHGenericInteger::GetValue | ( | MHEngine * | engine | ) | const |
Definition at line 285 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHSetColour::Perform(), MHIntegerAction::Perform(), MHGetItemStatus::Perform(), MHGetListItem::Perform(), MHGetCellItem::Perform(), MHAddItem::Perform(), MHSetData::Perform(), MHSetTimer::Perform(), MHDrawPoly::Perform(), MHActionInt6::Perform(), MHActionInt4::Perform(), MHActionInt3::Perform(), MHActionIntInt::Perform(), and MHActionInt::Perform().
int MHGenericInteger::m_nDirect [protected] |
Definition at line 211 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.5.5