VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawTerrainPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvUtil/signalslib.h>
15 
16 class QGridLayout;
17 class QCheckBox;
18 class QRadioButton;
19 class QSlider;
20 class QLabel;
21 class QListWidget;
22 class DtDebugDrawColors;
23 
24 namespace makVrv
25 {
26  class DtDe;
27 }
28 
29 namespace makVrf
30 {
31  class DtDebugDrawTerrainLogic;
32  class DtDebugDrawConnectorPage;
33 
36  {
37  Q_OBJECT
38 
39  public:
40 
42  DtDebugDrawTerrainPage(makVrv::DtDe& de,QWidget* parent, Qt::WindowFlags f);
43 
45  virtual ~DtDebugDrawTerrainPage();
46 
48  virtual QIcon icon();
49 
51  virtual QString title();
52 
54  virtual const std::string& pageClassName() const;
55 
57  static const std::string& thePageClassName();
58 
59  protected:
60 
62  virtual void setupGui();
63 
65  virtual void activate();
66 
68  virtual void deactivate();
69 
71  virtual void fillSoilColor();
72 
74  virtual void fillRoughnessSoilColor();
75 
76  protected slots:
77  virtual void on_myShowSkin_stateChanged(int state);
78  virtual void on_myShowSkinNoColor_clicked();
79  virtual void on_myShowSkinSoilColor_clicked();
80  virtual void on_myShowSkinRoughnessColor_clicked();
81  virtual void on_myShowSkinNormal_stateChanged(int state);
82  virtual void on_myShowCollisionObjects_stateChanged(int state);
83  virtual void on_myForcePageIn_stateChanged(int state);
84  virtual void on_myConnectButton_clicked();
85  virtual void on_myRefreshButton_clicked();
86  virtual void on_myQueryRange_textChanged(const QString &text);
87  virtual void on_myQueryRange_returnPressed();
88  virtual void on_myAlphaColorSlider_valueChanged();
89 
90  public:
91 
94 
95  QGridLayout* myMainLayout;
100  QRadioButton* myShowSkinNoColor;
101  QRadioButton* myShowSkinSoilColor;
106  QListWidget* myColorList;
108  };
109 
112 }
QRadioButton * myShowSkinNoColor
Definition: debugDrawTerrainPage.h:100
makVrv::DtPageCreatorTemplate< DtDebugDrawTerrainPage > DtDebugDrawTerrainPageCreator
Definition: debugDrawTerrainPage.h:111
QSlider * myAlphaColorSlider
Definition: debugDrawTerrainPage.h:98
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QCheckBox * myShowSkin
Definition: debugDrawTerrainPage.h:99
QCheckBox * myShowSkinNormal
Definition: debugDrawTerrainPage.h:103
QRadioButton * myShowSkinSoilColor
Definition: debugDrawTerrainPage.h:101
Definition: debugDrawTerrainInterface.h:22
QCheckBox * myShowCollisionObjects
Definition: debugDrawTerrainPage.h:104
Definition: DtPage.h:146
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
QLabel * myColorSliderName
Definition: debugDrawTerrainPage.h:97
QCheckBox * myForcePageIn
Definition: debugDrawTerrainPage.h:105
A widget for configuring the Debug Simulation Terrain information.
Definition: debugDrawTerrainPage.h:35
QRadioButton * myShowSkinRoughnessColor
Definition: debugDrawTerrainPage.h:102
QGridLayout * myMainLayout
Definition: debugDrawTerrainPage.h:95
QListWidget * myColorList
Definition: debugDrawTerrainPage.h:106
DtDebugDrawColors * myDebugDrawColors
Definition: debugDrawTerrainPage.h:107
Contains makVrf::DtDebugDrawTerrainLogic class.
Definition: debugDrawTerrainLogic.h:32
This class will read ammunition, entity, weapons and assemblies and provide information about them...
Definition: debugDrawColors.h:16
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawTerrainPage.h:96
DtDebugDrawTerrainLogic * myLogic
Definition: debugDrawTerrainPage.h:93
makVrv::DtDe & myDe
Definition: debugDrawTerrainPage.h:92

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)