#include <BaseClasses.h>
Public Member Functions | |
| MHContentRef () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| void | Copy (const MHContentRef &cr) |
| bool | IsSet () const |
| bool | Equal (const MHContentRef &cr, MHEngine *engine) const |
| QString | Printable () const |
Public Attributes | |
| MHOctetString | m_ContentRef |
Static Public Attributes | |
| static MHContentRef | Null |
Definition at line 167 of file BaseClasses.h.
| MHContentRef::MHContentRef | ( | ) | [inline] |
Definition at line 170 of file BaseClasses.h.
| void MHContentRef::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) |
Definition at line 798 of file BaseClasses.cpp.
Referenced by MHContentRefVar::Initialise(), MHIngredient::Initialise(), and MHGenericContentRef::Initialise().
| void MHContentRef::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [inline] |
Definition at line 172 of file BaseClasses.h.
Referenced by MHContentRefVar::PrintMe(), MHIngredient::PrintMe(), and MHGenericContentRef::PrintMe().
| void MHContentRef::Copy | ( | const MHContentRef & | cr | ) | [inline] |
Definition at line 173 of file BaseClasses.h.
Referenced by MHResidentProgram::CallProgram(), MHGenericContentRef::GetValue(), MHContentRefVar::GetVariableValue(), MHIngredient::MHIngredient(), MHUnion::MHUnion(), MHContentRefVar::Preparation(), MHIngredient::Preparation(), MHContentRefVar::Prepare(), MHIngredient::SetData(), MHVideo::SetStreamRef(), MHAudio::SetStreamRef(), and MHContentRefVar::SetVariableValue().
| bool MHContentRef::IsSet | ( | ) | const [inline] |
Definition at line 174 of file BaseClasses.h.
Referenced by MHVideo::Activation(), MHAudio::Activation(), MHVideo::BeginPlaying(), MHAudio::BeginPlaying(), and MHEngine::RequestExternalContent().
| bool MHContentRef::Equal | ( | const MHContentRef & | cr, | |
| MHEngine * | engine | |||
| ) | const |
Definition at line 342 of file BaseClasses.cpp.
Referenced by MHContentRefVar::TestVariable().
| QString MHContentRef::Printable | ( | ) | const [inline] |
Definition at line 177 of file BaseClasses.h.
Referenced by MHResidentProgram::CallProgram(), and MHContentRefVar::SetVariableValue().
MHContentRef MHContentRef::Null [static] |
Definition at line 176 of file BaseClasses.h.
Definition at line 179 of file BaseClasses.h.
Referenced by MHVideo::Activation(), MHAudio::Activation(), MHVideo::BeginPlaying(), MHAudio::BeginPlaying(), MHResidentProgram::CallProgram(), Copy(), Equal(), Initialise(), IsSet(), Printable(), PrintMe(), MHEngine::RequestExternalContent(), and MHIngredient::SetData().
1.6.3