VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
67  DtObjectType myObjectType;
71 };
72 
74 {
75  myTemporary = b;
76 }
77 
79 {
80  return myTemporary;
81 }
82 
83 #endif
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:63
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
bool myTemporary
Definition: vrfParameterDbEntry.h:69
void setTemporary(bool)
Get/set temporary flag. A temporary object parameter entry will not be written to the ...
Definition: vrfParameterDbEntry.h:73
DtObjectType myObjectType
Definition: vrfParameterDbEntry.h:67
Definition: vrfParameterDbEntry.h:22
bool myTypeIsMatchType
Definition: vrfParameterDbEntry.h:70
bool temporary() const
Definition: vrfParameterDbEntry.h:78
DtVrfObjectParameters * myParameters
Definition: vrfParameterDbEntry.h:68

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)