VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInterestManagementLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 #include <vrvCoreQt/vrvCoreQt.h>
9 
10 namespace makVrv
11 {
12  class DtInterestManagementInterface;
13  class DtPersistenceControlsInterface;
14  class DtSettingsBackup;
15 
19  {
20  public:
22  DtInterestManagementInterface* imInterface,
23  DtPersistenceControlsInterface* tbInterface);
24 
25  virtual ~DtInterestManagementLogic();
26 
27  virtual void on_ddmRegionSizeChanged(double);
28  virtual void on_regionUpdateThresholdChanged(int);
29  virtual void on_altitudeThresholdEnabledChanged(bool);
30  virtual void on_altitudeThresholdChanged(double);
31 
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);
36 
37  protected:
38  virtual void sendSettingsToGui();
39 
41  virtual void settingsRestored(const DtSettingsBackup*);
42 
43  protected:
47 
49  };
50 }
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:20
DtSignalConnectionManager myConnections
Definition: DtInterestManagementLogic.h:48
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)