VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtElementDefinitionSettings.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtDeSettings.h
>
14
15
#include <string>
16
17
namespace
makVrv
18
{
21
class
DT_DLL_VRVCORE
DtElementDefinitionSettings
:
public
DtDeSettings
22
{
23
public
:
24
27
DtElementDefinitionSettings
(
DtDe
& de,
const
std::string& name,
const
std::string& ext);
28
30
virtual
~
DtElementDefinitionSettings
();
31
32
virtual
std::string defaultFilePath()
const
;
33
34
virtual
std::string factoryFilePath()
const
;
35
36
virtual
std::string backupFilePath()
const
;
37
};
38
}
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
)