VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfParameterDbEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfParamDbEntry.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtVrfParameterDbEntry_H_
15 #define DtVrfParameterDbEntry_H_
16 
18 
20 
23 {
24 public:
25 
28 
30  virtual ~DtVrfParameterDbEntry();
31 
32  virtual void setObjectType(const DtObjectType& objectType);
33  virtual const DtObjectType& objectType();
34 
35  virtual void setParameters(DtVrfObjectParameters* parameters);
36  virtual DtVrfObjectParameters * parameters();
37 
40  virtual DtVrfObjectParameters* load();
41 
44  virtual DtString uniqueIdentifier() const;
45 
49  void setTypeIsMatchType(bool isMatchType);
50  bool typeIsMatchType() const;
51 
54  void setTemporary(bool);
55  bool temporary() const;
56 
57 protected:
58 
61 
63  DtVrfParameterDbEntry& operator=(const DtVrfParameterDbEntry& orig);
64 
65 protected:
66 
71 };
72 
74 {
75  myTemporary = b;
76 }
77 
79 {
80  return myTemporary;
81 }
82 
83 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)