30 class DtDebugDrawFeatureLogic;
31 class DtDebugDrawConnectorPage;
54 virtual QString title();
57 virtual const std::string& pageClassName()
const;
60 static const std::string& thePageClassName();
64 virtual void setupGui();
67 virtual void activate();
70 virtual void deactivate();
73 virtual void setupComboBox();
77 virtual void on_myShowPoints_stateChanged(
int state);
78 virtual void on_myShowAreas_stateChanged(
int state);
79 virtual void on_myShowLines_stateChanged(
int state);
80 virtual void on_myFeatureQueryBox_currentTextChanged(
const QString &text);
81 virtual void on_myFeatureQueryBoxEditingFinished();
82 virtual void on_myRefreshButton_clicked();
83 virtual void on_myConnectButton_clicked();
84 virtual void on_myQueryRange_textChanged(
const QString &text);
85 virtual void on_myQueryRange_returnPressed();
86 virtual void on_myOffsetSlider_valueChanged();
QLabel * myOffsetSliderName
Definition: debugDrawFeaturePage.h:95
makVrv::DtDe & myDe
Definition: debugDrawFeaturePage.h:90
QString myQueryString
Definition: debugDrawFeaturePage.h:103
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QGridLayout * myMainLayout
Definition: debugDrawFeaturePage.h:93
A widget for configuring the sim feature debug information.
Definition: debugDrawFeaturePage.h:34
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
Definition: debugDrawFeatureInterface.h:22
QLabel * myFeatureQueryLabel
Definition: debugDrawFeaturePage.h:101
makVrv::DtPageCreatorTemplate< DtDebugDrawFeaturePage > DtDebugDrawFeaturePageCreator
Definition: debugDrawFeaturePage.h:107
QComboBox * myFeatureQueryBox
Definition: debugDrawFeaturePage.h:102
Contains makVrf::DtDebugDrawFeatureLogic class. This class is trigger by the DebugDrawFeaturePage dia...
Definition: debugDrawFeatureLogic.h:31
QSlider * myOffsetSlider
Definition: debugDrawFeaturePage.h:96
QCheckBox * myShowAreas
Definition: debugDrawFeaturePage.h:99
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawFeaturePage.h:94
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
QCheckBox * myShowPoints
Definition: debugDrawFeaturePage.h:98
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
DtDebugDrawFeatureLogic * myLogic
Definition: debugDrawFeaturePage.h:91
QLabel * myOffsetUnitLabel
Definition: debugDrawFeaturePage.h:97
QCheckBox * myShowLines
Definition: debugDrawFeaturePage.h:100