VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mtlParameterDbFileEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: mtlParamDbFileEntry.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtMtlParameterDbFileEntry_H_
15 #define DtMtlParameterDbFileEntry_H_
16 
17 #include "vrfutil/readerWriter.h"
18 #include "vrfutil/rwString.h"
19 #include "vrfutil/rwObjectType.h"
20 
21 class DtFilename;
23 
29 {
30 public:
31 
33 
38  parentRegistry = 0, bool readonly = false);
39 
41  DtMtlParameterDbFileEntry(const DtString & name,
42  const DtMtlParameterDbFileEntry & orig,
43  DtReaderWriterRegistry * parentRegistry = 0);
44 
47 
49  virtual ~DtMtlParameterDbFileEntry();
50 
53  virtual void setObjectType(const DtObjectType& objectType);
54  virtual const DtObjectType& objectType() const;
56 
59  virtual void setFilename(const DtFilename& filename);
60  virtual DtFilename filename() const;
62 
65  virtual void setParameters(DtVrfObjectParameters* parameters);
66  virtual DtVrfObjectParameters* parameters() const;
68 
69 protected:
70 
74 
80 
87 
89 
91 };
92 
93 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)