32 class DtDebugDrawConnectorLogic;
33 class DtBackEndSelectionCombo;
56 virtual QString title();
59 virtual const std::string& pageClassName()
const;
62 static const std::string& thePageClassName();
65 virtual const DtSimulationAddress& simAddress()
const;
68 virtual bool connected()
const;
71 virtual void connect();
74 virtual void disconnect();
77 virtual void setPageName(QString name);
81 virtual void setupGui();
84 virtual void activate();
87 virtual void deactivate();
90 virtual void on_myPortSpinBox_valueChanged(
int value);
91 virtual void on_myConnectButton_clicked();
QLineEdit * myQueryRange
Definition: debugDrawConnectorPage.h:107
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
makVrv::DtDe & myDe
Definition: debugDrawConnectorPage.h:95
QSpinBox * myPortSpinBox
Definition: debugDrawConnectorPage.h:104
QToolButton * myRefreshButton
Definition: debugDrawConnectorPage.h:102
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QFrame * mySeparator
Definition: debugDrawConnectorPage.h:105
QLabel * myCurrentPage
Definition: debugDrawConnectorPage.h:99
QHBoxLayout * myButtonLayout
Definition: debugDrawConnectorPage.h:106
QToolButton * myConnectButton
Definition: debugDrawConnectorPage.h:101
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
Contains makVrv::DtVirtualBaseClass class.
Contains makVrf::DtDebugDrawConnectorLogic class. This class is trigger by the DebugDrawConnectorPage...
Definition: debugDrawConnectorLogic.h:31
This class is a static singleton manager for getting page connector.
Definition: debugDrawConnectorPage.h:115
DtDebugDrawConnectorLogic * myLogic
Definition: debugDrawConnectorPage.h:96
QLabel * myPortLabel
Definition: debugDrawConnectorPage.h:103
A widget class for managing simulation back-ends.
Definition: backEndSelectionList.h:101
makVrv::DtDe & myDe
Definition: debugDrawConnectorPage.h:132
Definition: debugDrawConnectorInterface.h:25
QGridLayout * myMainLayout
Definition: debugDrawConnectorPage.h:98
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
DtDebugDrawConnectorPage * myDebugDrawConnectorPage
Definition: debugDrawConnectorPage.h:133
QLabel * myMeters
Definition: debugDrawConnectorPage.h:108
DtBackEndSelectionCombo * myBackendSelection
Definition: debugDrawConnectorPage.h:100
makVrv::DtPageCreatorTemplate< DtDebugDrawConnectorPage > DtDebugDrawConnectorPageCreator
Definition: debugDrawConnectorPage.h:112