VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions
DtRwStringAttributeList Class Reference

class DtRwStringAttributeList: More...

Inheritance diagram for DtRwStringAttributeList:
Inheritance graph
[legend]

List of all members.

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
DtRwStringAttributeListoperator= (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 DtRwStringAttributeListclone (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 DtRwStringAttributeaddStringAttribute (const DtRwStringAttribute &stringAttribute)
virtual const DtRwStringAttributefindStringAttribute (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 DtRwStringAttributeaddStringAttribute (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.

Detailed Description

class DtRwStringAttributeList:

Instances of DtRwStringAttributeList are lists of DtRwStringAttributes.


Constructor & Destructor Documentation

default constructor

DtRwStringAttributeList::DtRwStringAttributeList ( const DtString name,
DtReaderWriterRegistry parentRegistry = NULL 
)

constructor

copy constructor

destructor


Member Function Documentation

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]
Returns:
True if both lists contain equivalent items.
Note:
Order is disregarded.
virtual void DtRwStringAttributeList::emptyList ( ) [virtual]

Removes all object types from the list, and destroys them.

virtual void DtRwStringAttributeList::copyList ( const DtRwStringAttributeList orig) [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.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)