VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 defaultBinaryFilePath()
const
;
35
36
virtual
std::string factoryFilePath()
const
;
37
38
virtual
std::string backupFilePath()
const
;
39
};
40
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)