29 class DtDebugDrawQueryLogic;
30 class DtDebugDrawConnectorPage;
49 virtual QString title();
52 virtual const std::string& pageClassName()
const;
55 static const std::string& thePageClassName();
60 virtual void setupGui();
63 virtual void activate();
66 virtual void deactivate();
69 virtual void on_myShowQuery_stateChanged(
int state);
70 virtual void on_myShowElevationTiles_stateChanged(
int state);
71 virtual void on_myAutoRefreshElevationTiles_stateChanged(
int state);
72 virtual void on_myShowProceduralTreeTiles_stateChanged(
int state);
73 virtual void on_myConnectButton_clicked();
74 virtual void on_myRefreshButton_clicked();
75 virtual void on_myQueryRange_textChanged(
const QString &text);
76 virtual void on_myQueryRange_returnPressed();
77 virtual void on_myShowPageOutNodes_stateChanged(
int state);
78 virtual void on_myShowPageInNodes_stateChanged(
int state);
makVrv::DtDe & myDe
Definition: debugDrawQueryPage.h:82
Definition: debugDrawQueryInterface.h:22
QCheckBox * myShowProceduralTreeTiles
Definition: debugDrawQueryPage.h:89
A widget for configuring the sim query debug information.
Definition: debugDrawQueryPage.h:33
DtDebugDrawQueryLogic * myLogic
Definition: debugDrawQueryPage.h:83
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawQueryPage.h:86
QCheckBox * myShowPageOutNodes
Definition: debugDrawQueryPage.h:91
QCheckBox * myShowPageInNodes
Definition: debugDrawQueryPage.h:92
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
QCheckBox * myShowElevationTiles
Definition: debugDrawQueryPage.h:88
QCheckBox * myAutoRefreshElevationTiles
Definition: debugDrawQueryPage.h:90
makVrv::DtPageCreatorTemplate< DtDebugDrawQueryPage > DtDebugDrawQueryPageCreator
Definition: debugDrawQueryPage.h:96
Contains makVrf::DtDebugDrawQueryLogic class.
Definition: debugDrawQueryLogic.h:32
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QCheckBox * myShowQuery
Definition: debugDrawQueryPage.h:87
QGridLayout * myMainLayout
Definition: debugDrawQueryPage.h:85