![]() |
VR-Forces 4.0.4 Class Documentation
|
Description: A readable, writable list of force descriptions. More...

Public Member Functions | |
| DtRwForceDescriptionList () | |
| default constructor | |
| DtRwForceDescriptionList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| constructor | |
| DtRwForceDescriptionList (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| virtual | ~DtRwForceDescriptionList () |
| destructor | |
| DtRwForceDescriptionList (const DtString &name, const DtRwForceDescriptionList &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtRwForceDescriptionList (const DtSymbolString &name, const DtRwForceDescriptionList &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwForceDescriptionList & | operator= (const DtRwForceDescriptionList &orig) |
| assignment operator | |
| virtual void | addForce (DtRwForceDescription *rwForce) |
| Add a DtRwForceDescription to the list (appended to the end of the list). | |
| virtual void | removeForce (DtRwForceDescription *rwForce, DtListItem *listItem) |
| Remove a given DtRwForceDescription from the list. | |
| void | emptyList () |
| Removes and deletes all DtRwForceDescription entries from our list. | |
Protected Member Functions | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Constructs a DtRwForceDescription item, and then retrieves it from the stream. | |
| void | copyList (const DtRwForceDescriptionList &orig) |
| Copies list of DtRwForceDescription to ourself. | |
Description: A readable, writable list of force descriptions.
default constructor
| DtRwForceDescriptionList::DtRwForceDescriptionList | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
constructor
| DtRwForceDescriptionList::DtRwForceDescriptionList | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| virtual DtRwForceDescriptionList::~DtRwForceDescriptionList | ( | ) | [virtual] |
destructor
| DtRwForceDescriptionList::DtRwForceDescriptionList | ( | const DtString & | name, |
| const DtRwForceDescriptionList & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| DtRwForceDescriptionList::DtRwForceDescriptionList | ( | const DtSymbolString & | name, |
| const DtRwForceDescriptionList & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwForceDescriptionList& DtRwForceDescriptionList::operator= | ( | const DtRwForceDescriptionList & | orig | ) |
assignment operator
| virtual void DtRwForceDescriptionList::addForce | ( | DtRwForceDescription * | rwForce | ) | [virtual] |
Add a DtRwForceDescription to the list (appended to the end of the list).
| virtual void DtRwForceDescriptionList::removeForce | ( | DtRwForceDescription * | rwForce, |
| DtListItem * | listItem | ||
| ) | [virtual] |
Remove a given DtRwForceDescription from the list.
Just deletes the DtListItem, does not delete the DtRwForceDescription itself. When last item is removed, sets value specified to false.
| void DtRwForceDescriptionList::emptyList | ( | ) |
Removes and deletes all DtRwForceDescription entries from our list.
| virtual DtlObjPtr DtRwForceDescriptionList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
Constructs a DtRwForceDescription item, and then retrieves it from the stream.
Implements DtRwList.
| void DtRwForceDescriptionList::copyList | ( | const DtRwForceDescriptionList & | orig | ) | [protected] |
Copies list of DtRwForceDescription to ourself.