VR-Forces Development_Version 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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)