VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
myMtlParamDb.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: myMtlParamDb.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef MyMtlParameterDb_H_
13
#define MyMtlParameterDb_H_
14
15
#include "
vrfobjparam/mtlParamDb.h
"
16
#include "
entityEditorImpl/myMtlParamDbEntry.h
"
17
18
#include "
entityEditorImpl/entityEditorImplDefines.h
"
19
20
class
DT_DLL_entityeditorimpl
MyMtlParameterDb
:
public
DtMtlParameterDb
21
{
22
public
:
23
25
MyMtlParameterDb
();
26
28
virtual
~
MyMtlParameterDb
();
29
30
static
DtVrfParameterDb
*
create
();
31
34
virtual
void
setSaveHeaderOnSave(
bool
);
35
36
protected
:
37
39
virtual
DtMtlParameterDbWriter
*
createMtlParamDbWriter
();
40
virtual
DtMtlParameterDbReader
*
createParamDbReader
();
41
43
virtual
bool
copyDependentParameterDirectories
(
const
DtFilename& oldPath,
44
const
DtFilename& newPath);
45
47
virtual
DtVrfParameterDbEntry
*
createParameterEntry
()
const
;
48
49
private
:
51
MyMtlParameterDb
(
const
MyMtlParameterDb
& orig);
52
54
MyMtlParameterDb
&
operator=
(
const
MyMtlParameterDb
& orig);
55
};
56
57
#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
)