![]() |
VR-Forces 4.2 Class Documentation
|

Public Member Functions | |
| DtArchivableDictionaryObject () | |
| This constructor will add this object to the archivable object factory. | |
| DtArchivableDictionaryObject (QString key, DtArchivableObject *toArchive) | |
| virtual | ~DtArchivableDictionaryObject () |
| virtual const QString & | key () const |
Public Member Functions inherited from DtArchivableCollectionObject | |
| DtArchivableCollectionObject () | |
| This constructor will add this object to the archivable object factory. | |
| DtArchivableCollectionObject (DtArchivableObject *toArchive) | |
| virtual | ~DtArchivableCollectionObject () |
| virtual DtArchivableObject * | archivedObject () |
Public Member Functions inherited from DtArchivableObject | |
| DtArchivableObject (QString name, DtArchivableObjectCreator fcn) | |
| This constructor will add this object to the archivable object factory. | |
| DtArchivableObject (QString name) | |
| DtArchivableObject () | |
| virtual | ~DtArchivableObject () |
| virtual QString | name () const |
| DtArchiver * | archiver () |
| Returns the archiver of this object. | |
| virtual void | read (QTextStream &s) |
| Reads/writes archiver. | |
| virtual void | write (QTextStream &s) |
| virtual void | setLevel (int i) |
| virtual int | level () const |
| virtual DtArchivableObject * | clone () |
| Allows for cloning of this object. | |
Protected Attributes | |
| QString | myKey |
Protected Attributes inherited from DtArchivableCollectionObject | |
| DtArchivableObject * | myToArchive |
| QString | myCreatorName |
| DtCreatableObject | myCreator |
Protected Attributes inherited from DtArchivableObject | |
| DtArchiver * | myArchiver |
| DtArchivableDictionaryObject::DtArchivableDictionaryObject | ( | ) |
This constructor will add this object to the archivable object factory.
Should only be called from ADD_ARCHIVABLE_CREATOR macro in archiver.h
| DtArchivableDictionaryObject::DtArchivableDictionaryObject | ( | QString | key, |
| DtArchivableObject * | toArchive | ||
| ) |
|
virtual |
|
virtual |
|
protected |