59 virtual void setupUi();
62 virtual void connectSignals();
67 virtual void onPositionEdited();
QLineEdit * myLocationZ
Definition: DtGeocentricEntryWidget.h:76
QLabel * myLocationLabelX
Definition: DtGeocentricEntryWidget.h:77
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QValidator * myYValidator
Definition: DtGeocentricEntryWidget.h:82
Contains DLL export macros.
DtGeocentricEntryWidget declaration. Widget for managing input of a geocentric location. It provides 3 edit boxes, for X, Y, and Z (in meters). When all three are filled in with current values (there is a limit of +/- 100,000,000.0 meters per coordinate) the widget will convert the result to a decimal latitude and longitude, in radians. It will raise its hasValidValue signal as true. When needed, the current value can be retrieved through the getValue method.
Definition: DtGeocentricEntryWidget.h:36
QLineEdit * myLocationX
Definition: DtGeocentricEntryWidget.h:74
QLabel * myLocationLabelY
Definition: DtGeocentricEntryWidget.h:78
QValidator * myXValidator
Definition: DtGeocentricEntryWidget.h:81
DtLocationEntryWidget declaration. Abstact base class for widgets that manage location input to the G...
Definition: DtLocationEntryWidget.h:26
QLabel * myLocationLabelZ
Definition: DtGeocentricEntryWidget.h:79
QVBoxLayout * myWidgetLayout
Definition: DtGeocentricEntryWidget.h:72
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
QLineEdit * myLocationY
Definition: DtGeocentricEntryWidget.h:75
QValidator * myZValidator
Definition: DtGeocentricEntryWidget.h:83
QGridLayout * myGridLayout
Definition: DtGeocentricEntryWidget.h:73