29 class DtDebugDrawQueryLogic;
30 class DtDebugDrawConnectorPage;
53 virtual QString title();
56 virtual const std::string& pageClassName()
const;
59 static const std::string& thePageClassName();
64 virtual void setupGui();
67 virtual void activate();
70 virtual void deactivate();
73 virtual void on_myShowQuery_stateChanged(
int state);
74 virtual void on_myShowElevationTiles_stateChanged(
int state);
75 virtual void on_myShowElevationTilesGridPost_stateChanged(
int state);
76 virtual void on_myAutoRefreshElevationTiles_stateChanged(
int state);
77 virtual void on_myShowProceduralTreeTiles_stateChanged(
int state);
78 virtual void on_myShowLastIntersections_stateChanged(
int state);
79 virtual void on_myConnectButton_clicked();
80 virtual void on_myRefreshButton_clicked();
81 virtual void on_myQueryRange_textChanged(
const QString &text);
82 virtual void on_myQueryRange_returnPressed();
83 virtual void on_myShowPageOutNodes_stateChanged(
int state);
84 virtual void on_myShowPageInNodes_stateChanged(
int state);
makVrv::DtDe & myDe
Definition: debugDrawQueryPage.h:88
Definition: debugDrawQueryInterface.h:22
QCheckBox * myShowProceduralTreeTiles
Definition: debugDrawQueryPage.h:96
A widget for configuring the sim query debug information.
Definition: debugDrawQueryPage.h:33
DtDebugDrawQueryLogic * myLogic
Definition: debugDrawQueryPage.h:89
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawQueryPage.h:92
QCheckBox * myShowPageOutNodes
Definition: debugDrawQueryPage.h:99
QCheckBox * myShowLastIntersections
Definition: debugDrawQueryPage.h:97
QCheckBox * myShowPageInNodes
Definition: debugDrawQueryPage.h:100
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
QCheckBox * myShowElevationTiles
Definition: debugDrawQueryPage.h:94
QCheckBox * myAutoRefreshElevationTiles
Definition: debugDrawQueryPage.h:98
makVrv::DtPageCreatorTemplate< DtDebugDrawQueryPage > DtDebugDrawQueryPageCreator
Definition: debugDrawQueryPage.h:104
QCheckBox * myShowElevationTilesGridPost
Definition: debugDrawQueryPage.h:95
Contains makVrf::DtDebugDrawQueryLogic class. This class is trigger by the DebugDrawQueryPage dialog...
Definition: debugDrawQueryLogic.h:32
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
QCheckBox * myShowQuery
Definition: debugDrawQueryPage.h:93
QGridLayout * myMainLayout
Definition: debugDrawQueryPage.h:91