12 class DtInterestManagementInterface;
13 class DtPersistenceControlsInterface;
14 class DtSettingsBackup;
27 virtual void on_ddmRegionSizeChanged(
double);
28 virtual void on_regionUpdateThresholdChanged(
int);
29 virtual void on_altitudeThresholdEnabledChanged(
bool);
30 virtual void on_altitudeThresholdChanged(
double);
32 virtual void on_import();
33 virtual void on_importFilenameChosen(
const std::string& name);
34 virtual void on_export();
35 virtual void on_exportFilenameChosen(
const std::string& name);
38 virtual void sendSettingsToGui();
DtDe & myDe
Definition: DtInterestManagementLogic.h:44
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
The logic for controlling the intereste management widget.
Definition: DtInterestManagementLogic.h:18
DtPersistenceControlsInterface & myPersistantControlsInterface
Definition: DtInterestManagementLogic.h:46
DtInterestManagementInterface & myInterestManagementInterface
Definition: DtInterestManagementLogic.h:45
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
DtSignalConnectionManager myConnections
Definition: DtInterestManagementLogic.h:48
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:26
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Interface of the DtInterestManagementWidget for the DtInterestManagementLogic.
Definition: DtInterestManagementInterface.h:20