VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
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
17
#include <
vrfExtProtocol/objectType.h
>
18
19
class
DtVrfObjectParameters
;
20
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
class
DT_DLL_vrfobjparam
DtVrfParameterDbEntry
23
{
24
public
:
25
27
DtVrfParameterDbEntry
();
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
60
DtVrfParameterDbEntry
(
const
DtVrfParameterDbEntry
& orig);
61
63
DtVrfParameterDbEntry
& operator=(
const
DtVrfParameterDbEntry
& orig);
64
65
protected
:
66
67
DtObjectType
myObjectType
;
68
DtVrfObjectParameters
*
myParameters
;
69
bool
myTemporary
;
70
bool
myTypeIsMatchType
;
71
};
72
73
inline
void
DtVrfParameterDbEntry::setTemporary
(
bool
b)
74
{
75
myTemporary
= b;
76
}
77
78
inline
bool
DtVrfParameterDbEntry::temporary
()
const
79
{
80
return
myTemporary
;
81
}
82
83
#endif
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)