VR-Forces 4.7 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
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 <
readerWriter/readerWriter.h
>
18
#include <
readerWriter/rwString.h
>
19
#include <
readerWriter/rwObjectType.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
void
setTypeIsMatchType(
bool
typeIsMatchType);
70
bool
typeIsMatchType()
const
;
71
72
protected
:
73
77
82
DtRwObjectType
myObjectType
;
83
89
DtRwString
myFilename
;
90
92
93
bool
myTypeIsMatchType
;
94
95
DtVrfObjectParameters
*
myParameters
;
96
};
97
98
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)