VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
DtArchivableObject Class Reference
Inheritance diagram for DtArchivableObject:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 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
DtArchiverarchiver ()
 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 DtArchivableObjectclone ()
 Allows for cloning of this object.

Protected Attributes

DtArchivermyArchiver

Constructor & Destructor Documentation

This constructor will add this object to the archivable object factory.

Should only be called from ADD_ARCHIVABLE_CREATOR macro in archiver.h


Member Function Documentation

virtual QString DtArchivableObject::name ( ) const [virtual]

Returns the archiver of this object.

References myArchiver.

virtual void DtArchivableObject::read ( QTextStream &  s) [virtual]
virtual void DtArchivableObject::write ( QTextStream &  s) [virtual]
virtual void DtArchivableObject::setLevel ( int  i) [virtual]
virtual int DtArchivableObject::level ( ) const [virtual]

Allows for cloning of this object.

Reimplemented in DtToolbarFactoryManager, DtFeatureActionManager, and DtUnitDisplay.


Member Data Documentation

Referenced by archiver().


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)