VR-Forces 4.8 Class Documentation
 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) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCockpitSettingItem.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
18 
19 namespace makVrv
20 {
21 
25  {
26  public:
28 
29  virtual ~DtCockpitSettingItem();
30 
32  virtual QAction* createAction(DtDe&, QWidget* parent);
33 
34  protected:
35  //Set the value due to being triggered.
36  virtual void setValue(bool value);
37 
38  //Get the current value.
39  virtual bool getValue() const;
40 
41  virtual void on_postInitialize();
42 
43  boost::signal<void (bool)> signal_settingChanged;
44 
46  };
47 
48 }//makVrv::
#define DT_DLL_VRVGLSTUDIO_QT
Definition: DtGlStudioQt.h:21
boost::signal< void(bool)> signal_settingChanged
Definition: DtCockpitSettingItem.h:43
Base class item builder for settings toggle items The menu id string is &quot;DtViewSettingsItem&quot;.
Definition: DtCheckedItem.h:24
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Contains makVrv::DtCheckedItem class.
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The item for controlling track history.
Definition: DtCockpitSettingItem.h:24
DtSignalConnectionManager mySignals
Definition: DtCockpitSettingItem.h:45

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)