VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvStQt
DtSpeedTreeSettingsLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSpeedTreeSettingsLogic.h,v $ $Revision: 1.13 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvStQt/vrvStQt.h
>
15
#include <
vrvUtil/DtSignalConnectionManager.h
>
16
17
namespace
makVrv
18
{
19
class
DtDe;
20
class
DtSpeedTreeSettingsInterface;
21
class
DtPersistenceControlsInterface;
22
class
DtSettingsBackup;
23
27
class
DT_DLL_VRVSTQT
DtSpeedTreeSettingsLogic
:
28
private
DtSignalConnectionManager
29
{
30
31
public
:
32
33
DtSpeedTreeSettingsLogic
(
DtDe
& de,
DtSpeedTreeSettingsInterface
& iFace,
34
DtPersistenceControlsInterface
& pIFace);
35
36
~
DtSpeedTreeSettingsLogic
();
37
39
virtual
void
sendSettingsToGui();
40
41
void
slot_onClippingPlaneChanged(
float
);
42
43
void
slot_onLodChanged(
float
,
float
);
44
void
slot_onPerformanceProfileChanged(
int
index);
45
47
virtual
void
on_import();
48
virtual
void
on_export();
49
virtual
void
on_importFilePathChosen(
const
std::string& filePath);
50
virtual
void
on_exportFilePathChosen(
const
std::string& filePath);
51
virtual
void
settingsRestored();
52
53
protected
:
54
55
DtDe
&
myDe
;
56
DtSpeedTreeSettingsInterface
&
myInterface
;
57
DtPersistenceControlsInterface
&
myPersistenceInterface
;
58
};
59
}
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
)