30 class DtDebugDrawFeatureLogic;
31 class DtDebugDrawConnectorPage;
50 virtual QString title();
53 virtual const std::string& pageClassName()
const;
56 static const std::string& thePageClassName();
60 virtual void setupGui();
63 virtual void activate();
66 virtual void deactivate();
69 virtual void setupComboBox();
72 virtual void on_myShowPoints_stateChanged(
int state);
73 virtual void on_myShowAreas_stateChanged(
int state);
74 virtual void on_myShowLines_stateChanged(
int state);
75 virtual void on_myFeatureQueryBox_currentTextChanged(
const QString &text);
76 virtual void on_myFeatureQueryBox_editingFinished();
77 virtual void on_myRefreshButton_clicked();
78 virtual void on_myConnectButton_clicked();
79 virtual void on_myQueryRange_textChanged(
const QString &text);
80 virtual void on_myQueryRange_returnPressed();
81 virtual void on_myOffsetSlider_valueChanged();
QLabel * myOffsetSliderName
Definition: debugDrawFeaturePage.h:90
makVrv::DtDe & myDe
Definition: debugDrawFeaturePage.h:85
QString myQueryString
Definition: debugDrawFeaturePage.h:98
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QGridLayout * myMainLayout
Definition: debugDrawFeaturePage.h:88
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:96
makVrv::DtPageCreatorTemplate< DtDebugDrawFeaturePage > DtDebugDrawFeaturePageCreator
Definition: debugDrawFeaturePage.h:102
QComboBox * myFeatureQueryBox
Definition: debugDrawFeaturePage.h:97
Contains makVrf::DtDebugDrawFeatureLogic class.
Definition: debugDrawFeatureLogic.h:31
QSlider * myOffsetSlider
Definition: debugDrawFeaturePage.h:91
QCheckBox * myShowAreas
Definition: debugDrawFeaturePage.h:94
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawFeaturePage.h:89
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QCheckBox * myShowPoints
Definition: debugDrawFeaturePage.h:93
DtDebugDrawFeatureLogic * myLogic
Definition: debugDrawFeaturePage.h:86
QLabel * myOffsetUnitLabel
Definition: debugDrawFeaturePage.h:92
QCheckBox * myShowLines
Definition: debugDrawFeaturePage.h:95