|
MythTV
0.26-pre
|
#include <BaseClasses.h>
Public Member Functions | |
| MHGenericOctetString () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| void | GetValue (MHOctetString &str, MHEngine *engine) const |
Protected Attributes | |
| MHOctetString | m_Direct |
Definition at line 214 of file BaseClasses.h.
| MHGenericOctetString::MHGenericOctetString | ( | ) | [inline] |
Definition at line 217 of file BaseClasses.h.
| void MHGenericOctetString::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 491 of file BaseClasses.cpp.
Referenced by MHSetData::Initialise(), MHSetFontAttributes::Initialise(), MHPersistent::Initialise(), MHAppend::Initialise(), MHGetEngineSupport::Initialise(), MHParameter::Initialise(), and MHSetColour::Initialise().
| void MHGenericOctetString::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 506 of file BaseClasses.cpp.
Referenced by MHSetData::PrintArgs(), MHSetFontAttributes::PrintArgs(), MHPersistent::PrintArgs(), MHAppend::PrintArgs(), MHGetEngineSupport::PrintArgs(), MHSetColour::PrintArgs(), and MHParameter::PrintMe().
| void MHGenericOctetString::GetValue | ( | MHOctetString & | str, |
| MHEngine * | engine | ||
| ) | const |
Definition at line 520 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHSetData::Perform(), MHSetFontAttributes::Perform(), MHPersistent::Perform(), MHAppend::Perform(), MHGetEngineSupport::Perform(), and MHSetColour::Perform().
MHOctetString MHGenericOctetString::m_Direct [protected] |
Definition at line 222 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.7.6.1