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

Public Member Functions | |
| DtPromotionEntryList () | |
| default constructor | |
| DtPromotionEntryList (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| readable/writable constructor | |
| virtual | ~DtPromotionEntryList () |
| destructor | |
| DtPromotionEntryList (const DtString &name, const DtPromotionEntryList &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtPromotionEntryList & | operator= (const DtPromotionEntryList &orig) |
| assignment operator | |
| virtual DtPromotionEntryList * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| virtual void | addPromoteEntry (const DtPromotionEntry &promoteEntry) |
| virtual void | copyList (const DtPromotionEntryList &orig) |
| void | emptyList () |
| Used by the destructor. | |
| virtual void | getSelf (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Override to clear out list of any entries before getting new ones. | |
Protected Member Functions | |
| virtual void | addPromoteEntry (DtPromotionEntry *promoteEntry) |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Constructs a DtPromotionEntry, and then reads relevant data from the stream. | |
class DtPromotionEntryList:
Instances of DtPromotionEntryList are readable/writeable lists of DtPromotionEntrys.
default constructor
| DtPromotionEntryList::DtPromotionEntryList | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
readable/writable constructor
| virtual DtPromotionEntryList::~DtPromotionEntryList | ( | ) | [virtual] |
destructor
| DtPromotionEntryList::DtPromotionEntryList | ( | const DtString & | name, |
| const DtPromotionEntryList & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| DtPromotionEntryList& DtPromotionEntryList::operator= | ( | const DtPromotionEntryList & | orig | ) |
assignment operator
| virtual DtPromotionEntryList* DtPromotionEntryList::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | [virtual] |
| virtual void DtPromotionEntryList::addPromoteEntry | ( | const DtPromotionEntry & | promoteEntry | ) | [virtual] |
| virtual void DtPromotionEntryList::copyList | ( | const DtPromotionEntryList & | orig | ) | [virtual] |
| void DtPromotionEntryList::emptyList | ( | ) |
Used by the destructor.
It removes and DELETES all DtPromotionEntrys on the list.
| virtual void DtPromotionEntryList::getSelf | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
Override to clear out list of any entries before getting new ones.
Reimplemented from DtRwList.
| virtual void DtPromotionEntryList::addPromoteEntry | ( | DtPromotionEntry * | promoteEntry | ) | [protected, virtual] |
| virtual DtlObjPtr DtPromotionEntryList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
Constructs a DtPromotionEntry, and then reads relevant data from the stream.
Implements DtRwList.