VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExperimentalFeaturesWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
14 
15 #include <QtWidgets/QWidget>
16 
17 class QButtonGroup;
18 class QRadioButton;
19 class QSignalMapper;
20 class QLabel;
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtMapEditorWidget;
26  class DtExperimentalFeaturesLogic;
27  class DtSliderDoubleSpinboxWidget;
28 
34  {
35  Q_OBJECT;
36 
37  public:
40 
43 
44 
47 
49  virtual void setBreakingWaveAmplitude(float amp);
50 
52  virtual void setPagedLodMagnificationScaleFactor(float factor);
53 
55  virtual void setPagedLodMagnificationHighLodAngle(float angle);
56 
57 
59 
62  protected slots:
63 
65  void onBreakingWaveAmplitudeChanged(double val);
66 
68  void on_pagedLodMagnificationScaleFactorChanged(double val);
69 
71  void on_pagedLodMagnificationHighLodAngleChanged(double val);
72 
74 
75  protected:
76  void setupGui();
77 
78  protected:
81 
84 
87  };
88 
89 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)