VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtFeatureSettingsLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: $ $Revision: $ $State: $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCoreQt/vrvCoreQt.h
>
15
#include <
vrvUtil/DtVirtualBaseClass.h
>
16
#include <
vrvUtil/DtSignalConnectionManager.h
>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
class
DtPersistenceControlsInterface;
22
24
class
DT_DLL_VRVCOREQT
DtFeatureSettingsLogic
:
public
DtVirtualBaseClass
25
{
26
public
:
27
28
DtFeatureSettingsLogic
(
DtDe
&,
DtPersistenceControlsInterface
& iface);
29
30
virtual
~
DtFeatureSettingsLogic
();
31
32
protected
:
33
34
virtual
void
on_import();
35
virtual
void
on_export();
36
37
virtual
void
importFilename(
const
std::string& filename);
38
virtual
void
exportFilename(
const
std::string& filename);
39
40
protected
:
41
42
DtDe
&
myDe
;
43
DtSignalConnectionManager
myConnections
;
44
DtPersistenceControlsInterface
&
myControlsInterface
;
45
};
46
49
class
DT_DLL_VRVCOREQT
DtFeatureSettingsLogicCreator
:
public
DtVirtualBaseClass
50
{
51
public
:
52
54
static
DtFeatureSettingsLogicCreator
& instance(
DtDe
&);
55
57
static
void
registerInstance(
DtDe
& de,
DtFeatureSettingsLogicCreator
* instance);
58
60
DtFeatureSettingsLogicCreator
();
61
63
virtual
~
DtFeatureSettingsLogicCreator
();
64
66
virtual
DtVirtualBaseClass
* create(
DtDe
& de,
DtPersistenceControlsInterface
& iFace );
67
};
68
}
69
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)