VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTacticalGraphicsSettingsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtTacticalGraphicsSettingsWidget.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #ifndef DtTacticalGraphicsSettingsWidget_H_
14 #define DtTacticalGraphicsSettingsWidget_H_
15 
16 #include <vrvVrlQt/vrvVrlQt.h>
18 #include <QtGui/QWidget>
19 
20 class QCheckBox;
21 class QPushButton;
22 class QVBoxLayout;
23 class QSlider;
24 class QLabel;
25 class QDoubleSpinBox;
26 
27 namespace makVrv
28 {
32  : public QWidget
34  {
35  Q_OBJECT;
36 
37  public:
39  DtTacticalGraphicsSettingsWidget( DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
40 
43 
44  virtual void setTacticalGraphicsEnabled(bool enabled);
45  virtual void setTacticalGraphicsIndicatorsEnabled(bool enabled);
46  virtual void setHeightAboveTerrainEnabled(bool enabled);
47  virtual void setHeightAboveTerrainSelectedOnly(bool enabled);
48  virtual void setRemoteGraphicsEnabled(bool enabled);
49 
50  protected slots:
51  void on_tacticalGraphicsEnabledCheckChanged(int state);
52  void on_tacticalGraphicsIndicatorsEnabledCheckChanged(int state);
53  void on_HeightAboveTerrainEnabledCheckChanged(int state);
54  void on_HeightAboveTerrainSelectedOnlyCheckChanged(int state);
55  void on_remoteGraphicsEnabledCheckChanged(int state);
56 
57 
58  protected:
59  virtual void setupGui();
65 
66  QVBoxLayout* myMainLayout;
68  };
69 }
70 
71 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)