![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtRwStaticDynamicPostureList: More...

Public Member Functions | |
| DtRwStaticDynamicPostureList () | |
| default constructor | |
| DtRwStaticDynamicPostureList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| constructor | |
| DtRwStaticDynamicPostureList (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwStaticDynamicPostureList (const DtRwStaticDynamicPostureList &orig) | |
| copy constructor | |
| DtRwStaticDynamicPostureList & | operator= (const DtRwStaticDynamicPostureList &orig) |
| assignment operator | |
| virtual | ~DtRwStaticDynamicPostureList () |
| destructor | |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
| void | clearList () |
| Removes and deletes all entries from the list. | |
Protected Member Functions | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Constructs a DtRwReal item, and then retrieves it from the stream. | |
| virtual void | copyList (const DtRwStaticDynamicPostureList &orig) |
| Copies the contents of the target list into this one without clearing out the current list. | |
class DtRwStaticDynamicPostureList:
Instances of DtRwStaticDynamicPostureList are lists of items.
default constructor
| DtRwStaticDynamicPostureList::DtRwStaticDynamicPostureList | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
constructor
| DtRwStaticDynamicPostureList::DtRwStaticDynamicPostureList | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwStaticDynamicPostureList::DtRwStaticDynamicPostureList | ( | const DtRwStaticDynamicPostureList & | orig | ) |
copy constructor
| virtual DtRwStaticDynamicPostureList::~DtRwStaticDynamicPostureList | ( | ) | [virtual] |
destructor
| DtRwStaticDynamicPostureList& DtRwStaticDynamicPostureList::operator= | ( | const DtRwStaticDynamicPostureList & | orig | ) |
assignment operator
| virtual const char* DtRwStaticDynamicPostureList::readerWriterType | ( | ) | const [virtual] |
Used to supply a string type that this reader writer type is.
This can be used in place of dynamic-casting. Also used by the opd editor to determine which type of control to create
Reimplemented from DtRwList.
Removes and deletes all entries from the list.
Non-virtual since it is called from the constructors/destructor.
| virtual DtlObjPtr DtRwStaticDynamicPostureList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
| virtual void DtRwStaticDynamicPostureList::copyList | ( | const DtRwStaticDynamicPostureList & | orig | ) | [protected, virtual] |
Copies the contents of the target list into this one without clearing out the current list.