VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTacticalGraphicsSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 #include <boost/signals2.hpp>
17 
18 #include <QtWidgets/QWidget>
19 
20 class QCheckBox;
21 
22 namespace makVrf
23 {
24 
26  {
27  Q_OBJECT
28 
29  public:
31 
33 
34  boost::signals2::signal<void (bool)> signal_onShowActiveEnvironmentalsChanged;
35 
36  virtual void setShowActiveEnvironmentals(bool);
37  virtual bool showActiveEnvironmentals() const;
38 
39  protected slots:
40  virtual void onShowActiveEnvironmentalsChanged();
41 
42  public:
44  };
45 
47  {
48  public:
50  DtVrfTacticalGraphicsSettingsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags);
51 
54  };
55 
58 }
Page for tactical graphics settings, coordinates logic and widget instantiation.
Definition: DtTacticalGraphicsSettingsPage.h:28
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
Definition: vrfTacticalGraphicsSettingsPage.h:46
makVrv::DtPageCreatorTemplate< DtVrfTacticalGraphicsSettingsPage > DtVrfTacticalGraphicsSettingsPageCreator
Definition: vrfTacticalGraphicsSettingsPage.h:57
Definition: DtPage.h:150
Definition: vrfTacticalGraphicsSettingsPage.h:25
boost::signals2::signal< void(bool)> signal_onShowActiveEnvironmentalsChanged
Definition: vrfTacticalGraphicsSettingsPage.h:34
QCheckBox * myOnlyShowActiveEnvironmentals
Definition: vrfTacticalGraphicsSettingsPage.h:43
Contains makVrv::DtTacticalGraphicsSettingsWidget class.
Contains makVrv::DtTacticalGraphicsSettingsPage class.
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:70
Qt GUI to control the display of tactical graphics.
Definition: DtTacticalGraphicsSettingsWidget.h:28

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)