VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtInterestManagementLogic.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtInterestManagementLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
9
#pragma once
10
#include <
vrvCoreQt/vrvCoreQt.h
>
11
#include <
vrvUtil/DtSignalConnectionManager.h
>
12
13
namespace
makVrv
14
{
15
class
DtInterestManagementInterface;
16
class
DtPersistenceControlsInterface;
17
class
DtSettingsBackup;
18
21
class
DT_DLL_VRVCOREQT
DtInterestManagementLogic
22
{
23
public
:
24
DtInterestManagementLogic
(
DtDe
& de,
25
DtInterestManagementInterface
* imInterface,
26
DtPersistenceControlsInterface
* tbInterface);
27
28
virtual
~
DtInterestManagementLogic
();
29
30
void
on_ddmRegionSizeChanged(
int
);
31
void
on_regionUpdateThresholdChanged(
int
);
32
void
on_altitudeThresholdEnabledChanged(
bool
);
33
void
on_altitudeThresholdChanged(
int
);
34
35
void
on_import();
36
void
on_importFilenameChosen(
const
std::string& name);
37
void
on_export();
38
void
on_exportFilenameChosen(
const
std::string& name);
39
40
protected
:
41
void
sendSettingsToGui();
42
44
virtual
void
settingsRestored(
const
DtSettingsBackup
*);
45
46
protected
:
47
DtDe
&
myDe
;
48
DtInterestManagementInterface
&
myInterestManagementInterface
;
49
DtPersistenceControlsInterface
&
myPersistantControlsInterface
;
50
51
DtSignalConnectionManager
myConnections
;
52
};
53
}
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
)