VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCockpitSettingItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 namespace makVrv
17 {
18 
22  {
23  public:
25 
26  virtual ~DtCockpitSettingItem();
27 
29  virtual QAction* createAction(DtDe&, QWidget* parent);
30 
31  protected:
32  //Set the value due to being triggered.
33  virtual void setValue(bool value);
34 
35  //Get the current value.
36  virtual bool getValue() const;
37 
38  virtual void on_postInitialize();
39 
40  boost::signalslib::signal<void (bool)> signal_settingChanged;
41 
43  };
44 
45 }//makVrv::
#define DT_DLL_VRVGLSTUDIO_QT
Definition: DtGlStudioQt.h:18
boost::signalslib::signal< void(bool)> signal_settingChanged
Definition: DtCockpitSettingItem.h:40
Base class item builder for settings toggle items The menu id string is &quot;DtViewSettingsItem&quot;.
Definition: DtCheckedItem.h:22
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Contains makVrv::DtCheckedItem class.
Base class to provide boost signal/slot management.
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:76
The item for controlling track history.
Definition: DtCockpitSettingItem.h:21
DtSignalConnectionManager mySignals
Definition: DtCockpitSettingItem.h:42

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)