VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)