cmlabs::ContextSpec Class Reference
#include <Specs.h>
List of all members.
Detailed Description
Definition at line 228 of file Specs.h.
Constructor & Destructor Documentation
cmlabs::ContextSpec::ContextSpec |
( |
|
) |
|
cmlabs::ContextSpec::ContextSpec |
( |
const JString & |
xml |
) |
|
cmlabs::ContextSpec::ContextSpec |
( |
XMLNode * |
node |
) |
|
cmlabs::ContextSpec::~ContextSpec |
( |
|
) |
|
Member Function Documentation
unsigned long cmlabs::ContextSpec::getPayloadSize |
( |
|
) |
const [virtual] |
Object * cmlabs::ContextSpec::clone |
( |
|
) |
const [virtual] |
bool cmlabs::ContextSpec::fromXML |
( |
const JString & |
xml |
) |
[virtual] |
bool cmlabs::ContextSpec::fromXML |
( |
XMLNode * |
node |
) |
[virtual] |
JString cmlabs::ContextSpec::toXML |
( |
|
) |
[virtual] |
JString cmlabs::ContextSpec::toHTML |
( |
|
) |
[virtual] |
bool cmlabs::ContextSpec::reset |
( |
|
) |
|
bool cmlabs::ContextSpec::isActive |
( |
|
) |
|
bool cmlabs::ContextSpec::switchPhase |
( |
|
) |
|
bool cmlabs::ContextSpec::calcCurrentPhases |
( |
|
) |
|
long cmlabs::ContextSpec::getBinarySize |
( |
int |
chunk |
) |
[virtual] |
Get the size of binary data chunk, -1 for all chunks.
Get the size of any binary data.
Reimplemented from cmlabs::Object.
Definition at line 1572 of file Specs.cpp.
int cmlabs::ContextSpec::getBinaryChunkCount |
( |
|
) |
[virtual] |
long cmlabs::ContextSpec::toBinaryBuffer |
( |
int |
chunk, |
|
|
char * |
buffer, |
|
|
int |
maxlen | |
|
) |
| | [virtual] |
Write binary data to buffer at chunk number 'chunk'.
Get a pointer to the binary data at chunk number 'chunk'.
Reimplemented from cmlabs::Object.
Definition at line 1586 of file Specs.cpp.
bool cmlabs::ContextSpec::fromBinaryBuffer |
( |
int |
chunk, |
|
|
char * |
buffer, |
|
|
long |
len | |
|
) |
| | [virtual] |
Member Data Documentation
Contains PhaseSpecs.
Definition at line 275 of file Specs.h.
Contains Current Contexts - do not delete!!!
Definition at line 277 of file Specs.h.
The documentation for this class was generated from the following files: