VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRadioCommunicationsSettingsLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
15 
17 
20 
21 #include <vector>
22 
23 namespace makVrv
24 {
25 
26  class DtDe;
27  class DtSettingsBackup;
28  class DtPersistenceControlsInterface;
29  class DtRadioCommunicationsSettingsInterface;
30  class DtRadioCommunicationsSettingsLogicCreator;
31 
35  {
36  public:
37 
40  DtPersistenceControlsInterface& persistenceControls,
42 
45 
47  virtual void sendSettingsToGui();
48 
54 
55  virtual void slot_radioCommsVisibilityChanged( bool visible );
56  virtual void slot_radioCommLinesVisibilityChanged( bool visible );
57  virtual void slot_radioSquawkIndicatorsVisibilityChanged( bool visible );
58  virtual void slot_commLineLifetimeChanged( double lifetime );
59  virtual void slot_squawkIndicatorLifetimeChanged( double lifetime );
60  virtual void slot_commLineDisplayModeChanged(
62  virtual void slot_greatCircleExaggerationAmountChanged( double amount );
63  virtual void slot_defaultColoringModeChanged(
65  virtual void slot_defaultFrequencyColorChangeRequested();
66  virtual void slot_rangeGradientChanged( const DtRangeEditorInterface::Gradient& grad );
67 
68  //@ }
69 
72 
73  virtual void on_import();
74  virtual void on_export();
75  virtual void on_importFilePathChosen( const std::string& filePath );
76  virtual void on_exportFilePathChosen( const std::string& filePath );
77  virtual void on_settingsRestored( const DtSettingsBackup* b );
78 
79  //@ }
80 
81  protected:
82 
87 
88  };
89 
90 }
DefaultColoringMode
Definition: DtRadioCommunicationsSettingsRecord.h:29
DtPersistenceControlsInterface & myPersistenceControls
Definition: DtRadioCommunicationsSettingsLogic.h:85
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
std::vector< DtRangeEditorInterface::ControlPoint > Gradient
Vector type for storing ControlPoints.
Definition: DtRangeEditorInterface.h:27
DtSignalConnectionManager mySignals
Definition: DtRadioCommunicationsSettingsLogic.h:83
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Contains makVrv::DtVirtualBaseClass class.
The logic for the entity display settings dialog.
Definition: DtRadioCommunicationsSettingsLogic.h:34
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
Contains the DtRangeEditorInterface declaration.
Contains the DtRadioCommunicationsSettingsRecord class declaration.
DtDe & myDe
Definition: DtRadioCommunicationsSettingsLogic.h:86
DtRadioCommunicationsSettingsInterface & myWidget
Definition: DtRadioCommunicationsSettingsLogic.h:84
Base class to provide boost signal/slot management.
const char int mode
Definition: ioapi.h:38
Interface for the widget logic to communicate with the widget.
Definition: DtRadioCommunicationsSettingsInterface.h:27
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
CommLineMode
Definition: DtRadioCommunicationsSettingsRecord.h:23

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)