VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
mtlParamDbFileEntry.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/rdrWritr.h
"
18
#include "
vrfutil/rwString.h
"
19
#include "
vrfutil/rwObjType.h
"
20
21
class
DtFilename;
22
class
DtVrfObjectParameters
;
23
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtMtlParameterDbFileEntry
:
public
DtReaderWriter
29
{
30
public
:
31
32
DtMtlParameterDbFileEntry
();
33
37
DtMtlParameterDbFileEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
38
parentRegistry = 0,
bool
readonly =
false
);
39
41
DtMtlParameterDbFileEntry
(
const
DtString
& name,
42
const
DtMtlParameterDbFileEntry
& orig,
43
DtReaderWriterRegistry
* parentRegistry = 0);
44
46
const
DtMtlParameterDbFileEntry
&
operator=
(
const
DtMtlParameterDbFileEntry
& orig);
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
79
DtRwObjectType
myObjectType
;
80
86
DtRwString
myFilename
;
87
89
90
DtVrfObjectParameters
*
myParameters
;
91
};
92
93
#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
)