![]() |
VR-Forces 4.0.4 Class Documentation
|
RW List which holds DtSubordinatesEntry subclasses. More...

Public Member Functions | |
| DtAggregatedResourceList () | |
| default constructor | |
| DtAggregatedResourceList (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| real constructor | |
| DtAggregatedResourceList (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtAggregatedResourceList (const DtString &name, const DtAggregatedResourceList &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| List elements are not copied. | |
| DtAggregatedResourceList (const DtSymbolString &name, const DtAggregatedResourceList &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| List elements are not copied. | |
| virtual | ~DtAggregatedResourceList () |
| destructor. | |
| const DtAggregatedResourceList & | operator= (const DtAggregatedResourceList &orig) |
| virtual const char * | readerWriterType () const |
| virtual void | copyListFrom (const DtAggregatedResourceList &orig) |
| Clones all the list elements from the source list and adds them to this list. | |
| virtual void | clear () |
| Removes and deletes all list elements. | |
| bool | operator== (const DtAggregatedResourceList &) const |
| Equivalence operators. | |
| bool | operator!= (const DtAggregatedResourceList &) const |
Protected Member Functions | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| This method must be overridden by a subclass. | |
RW List which holds DtSubordinatesEntry subclasses.
default constructor
| DtAggregatedResourceList::DtAggregatedResourceList | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
real constructor
| DtAggregatedResourceList::DtAggregatedResourceList | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtAggregatedResourceList::DtAggregatedResourceList | ( | const DtString & | name, |
| const DtAggregatedResourceList & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
List elements are not copied.
| DtAggregatedResourceList::DtAggregatedResourceList | ( | const DtSymbolString & | name, |
| const DtAggregatedResourceList & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
List elements are not copied.
| virtual DtAggregatedResourceList::~DtAggregatedResourceList | ( | ) | [virtual] |
destructor.
| const DtAggregatedResourceList& DtAggregatedResourceList::operator= | ( | const DtAggregatedResourceList & | orig | ) |
| virtual const char* DtAggregatedResourceList::readerWriterType | ( | ) | const [virtual] |
| virtual void DtAggregatedResourceList::copyListFrom | ( | const DtAggregatedResourceList & | orig | ) | [virtual] |
Clones all the list elements from the source list and adds them to this list.
| virtual void DtAggregatedResourceList::clear | ( | ) | [virtual] |
Removes and deletes all list elements.
| bool DtAggregatedResourceList::operator== | ( | const DtAggregatedResourceList & | ) | const |
Equivalence operators.
| bool DtAggregatedResourceList::operator!= | ( | const DtAggregatedResourceList & | ) | const |
| virtual DtlObjPtr DtAggregatedResourceList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
This method must be overridden by a subclass.
Within this method, new instances of the DtReaderWriter subclass that is being handled by this list must be created, and then retrieved from the mtl stream, using the getSelf member of that item.
Implements DtRwList.