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

Public Member Functions | |
| DtRwStringAttributeList (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| constructor | |
| DtRwStringAttributeList (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwStringAttributeList (const DtRwStringAttributeList &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtRwStringAttributeList & | operator= (const DtRwStringAttributeList &orig) |
| Assignment operator; removes and deletes all entries on the left hand side - then clones all entries on the right side list, adding them to the left side list. | |
| virtual | ~DtRwStringAttributeList () |
| destructor | |
| virtual DtRwStringAttributeList * | clone (DtReaderWriterRegistry *parentRegistry=NULL) |
| virtual bool | operator== (const DtRwStringAttributeList &rhs) const |
| virtual void | emptyList () |
| Removes all object types from the list, and destroys them. | |
| virtual void | copyList (const DtRwStringAttributeList &orig) |
| virtual DtRwStringAttribute * | addStringAttribute (const DtRwStringAttribute &stringAttribute) |
| virtual const DtRwStringAttribute * | findStringAttribute (const DtRwStringAttribute &attribToFind) const |
| Returns a pointer to an attribute on this list that is equal to the one passed in. | |
Protected Member Functions | |
| DtRwStringAttributeList () | |
| default constructor | |
| virtual DtRwStringAttribute * | addStringAttribute (DtRwStringAttribute *const stringAttribute) |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Constructs a DtRwStringAttribute item, retrieves it from the mtl stream, and then adds it to the list. | |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
class DtRwStringAttributeList:
Instances of DtRwStringAttributeList are lists of DtRwStringAttributes.
| DtRwStringAttributeList::DtRwStringAttributeList | ( | ) | [protected] |
default constructor
| DtRwStringAttributeList::DtRwStringAttributeList | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
constructor
| DtRwStringAttributeList::DtRwStringAttributeList | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwStringAttributeList::DtRwStringAttributeList | ( | const DtRwStringAttributeList & | orig, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtRwStringAttributeList::~DtRwStringAttributeList | ( | ) | [virtual] |
destructor
| DtRwStringAttributeList& DtRwStringAttributeList::operator= | ( | const DtRwStringAttributeList & | orig | ) |
Assignment operator; removes and deletes all entries on the left hand side - then clones all entries on the right side list, adding them to the left side list.
| virtual DtRwStringAttributeList* DtRwStringAttributeList::clone | ( | DtReaderWriterRegistry * | parentRegistry = NULL | ) | [virtual] |
| virtual bool DtRwStringAttributeList::operator== | ( | const DtRwStringAttributeList & | rhs | ) | const [virtual] |
| virtual void DtRwStringAttributeList::emptyList | ( | ) | [virtual] |
Removes all object types from the list, and destroys them.
| virtual void DtRwStringAttributeList::copyList | ( | const DtRwStringAttributeList & | orig | ) | [virtual] |
| virtual DtRwStringAttribute* DtRwStringAttributeList::addStringAttribute | ( | const DtRwStringAttribute & | stringAttribute | ) | [virtual] |
| virtual const DtRwStringAttribute* DtRwStringAttributeList::findStringAttribute | ( | const DtRwStringAttribute & | attribToFind | ) | const [virtual] |
Returns a pointer to an attribute on this list that is equal to the one passed in.
If none are equal, NULL is returned.
| virtual DtRwStringAttribute* DtRwStringAttributeList::addStringAttribute | ( | DtRwStringAttribute *const | stringAttribute | ) | [protected, virtual] |
| virtual DtlObjPtr DtRwStringAttributeList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
Constructs a DtRwStringAttribute item, retrieves it from the mtl stream, and then adds it to the list.
Implements DtRwList.
| virtual const char* DtRwStringAttributeList::readerWriterType | ( | ) | const [protected, 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.