MythTV
master
|
#include <libmythfreemheg/TokenGroup.h>
Public Member Functions | |
MHTokenGroupItem ()=default | |
void | Initialise (MHParseNode *p, MHEngine *engine) |
void | PrintMe (FILE *fd, int nTabs) const |
Public Attributes | |
MHObjectRef | m_Object |
MHOwnPtrSequence< MHActionSequence > | m_ActionSlots |
Definition at line 39 of file TokenGroup.h.
|
default |
void MHTokenGroupItem::Initialise | ( | MHParseNode * | p, |
MHEngine * | engine | ||
) |
Definition at line 35 of file TokenGroup.cpp.
void MHTokenGroupItem::PrintMe | ( | FILE * | fd, |
int | nTabs | ||
) | const |
Definition at line 59 of file TokenGroup.cpp.
Referenced by MHTokenGroup::PrintContents().
MHObjectRef MHTokenGroupItem::m_Object |
Definition at line 45 of file TokenGroup.h.
Referenced by MHTokenGroup::Activation(), Initialise(), MHListGroup::Preparation(), and PrintMe().
MHOwnPtrSequence<MHActionSequence> MHTokenGroupItem::m_ActionSlots |
Definition at line 46 of file TokenGroup.h.
Referenced by MHTokenGroup::CallActionSlot(), Initialise(), and PrintMe().