VR-Forces 4.1.1 Class Documentation
archivableCollectionObject.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: archivableCollectionObject.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTARCHIVABLECOLLECTIONOBJECT_H_
13 #define DTARCHIVABLECOLLECTIONOBJECT_H_
14 
17 
19 {
20 public:
22  DtCreatableObject(QString* toCreate);
23  virtual ~DtCreatableObject();
24 
25  virtual DtArchivableObject* created();
26 
27 protected:
28  virtual void read(QTextStream& s);
29 
30 protected:
32  QString* myToCreate;
33 };
34 
36 {
37 public:
42 
44 
45  virtual DtArchivableObject* archivedObject();
46 
47 protected:
49  QString myCreatorName;
51 };
52 
53 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)