29 class DtCoordinateSystem;
64 virtual void setupUi();
67 virtual void connectSignals();
70 virtual void slot_coordinateSystemChanged();
74 virtual void slot_activate(
DtDe* de)
override;
78 virtual void slot_deactivate(
DtDe* de)
override;
84 virtual void onPositionEdited();
Contains makVrv::DtSubjectObserver class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QLabel * myLocationLabelY
Definition: DtProjectedDatabaseEntryWidget.h:96
QLineEdit * myLocationY
Definition: DtProjectedDatabaseEntryWidget.h:93
QLineEdit * myLocationX
Definition: DtProjectedDatabaseEntryWidget.h:92
DtSignalConnectionManager mySignalConnectionManager
Definition: DtProjectedDatabaseEntryWidget.h:98
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
QVBoxLayout * myWidgetLayout
Definition: DtProjectedDatabaseEntryWidget.h:89
DtLocationEntryWidget declaration. Abstact base class for widgets that manage location input to the G...
Definition: DtLocationEntryWidget.h:26
QGridLayout * myGridLayout
Definition: DtProjectedDatabaseEntryWidget.h:90
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40
Base class to provide boost signal/slot management.
DtCoordinateSystem * myDatabaseCoordinateSystem
Definition: DtProjectedDatabaseEntryWidget.h:99
QLabel * myLocationLabelX
Definition: DtProjectedDatabaseEntryWidget.h:95
DtProjectedDatabaseEntryWidget declaration. Widget for managing input of a location on a cartesian (n...
Definition: DtProjectedDatabaseEntryWidget.h:41
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:76