VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtViewControlSettingItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 namespace makVrv
17 {
18 
22  {
23  public:
25 
26  virtual ~DtViewControlSettingItem();
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::signal<void (bool)> signal_settingChanged;
41 
43  };
44 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)