|
MythTV
0.26-pre
|
#include <TokenGroup.h>
Public Member Functions | |
| MHGetListActionData (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int) const |
Protected Attributes | |
| MHGenericInteger | m_Index |
| MHObjectRef | m_Result |
Definition at line 191 of file TokenGroup.h.
| MHGetListActionData::MHGetListActionData | ( | const char * | name | ) | [inline] |
Definition at line 193 of file TokenGroup.h.
| void MHGetListActionData::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 838 of file TokenGroup.cpp.
| void MHGetListActionData::PrintArgs | ( | FILE * | fd, |
| int | |||
| ) | const [virtual] |
Reimplemented from MHElemAction.
Definition at line 845 of file TokenGroup.cpp.
MHGenericInteger MHGetListActionData::m_Index [protected] |
Definition at line 197 of file TokenGroup.h.
Referenced by Initialise(), MHGetCellItem::Perform(), MHGetListItem::Perform(), MHGetItemStatus::Perform(), and PrintArgs().
MHObjectRef MHGetListActionData::m_Result [protected] |
Definition at line 198 of file TokenGroup.h.
Referenced by Initialise(), MHGetCellItem::Perform(), MHGetListItem::Perform(), MHGetItemStatus::Perform(), and PrintArgs().
1.7.6.1