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

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)