31 class DtDebugDrawTerrainLogic;
32 class DtDebugDrawConnectorPage;
51 virtual QString title();
54 virtual const std::string& pageClassName()
const;
57 static const std::string& thePageClassName();
62 virtual void setupGui();
65 virtual void activate();
68 virtual void deactivate();
71 virtual void fillSoilColor();
74 virtual void fillRoughnessSoilColor();
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();
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
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