33 class DtGotoWidgetInterface;
35 class DtCoordinateSystem;
63 virtual void initialize();
68 virtual void slot_gotoLocation(
double lat,
double lon);
71 virtual void slot_requestJumpToAddress(
const DtUnicode& address);
74 virtual void slot_gotoTypeChanged(
GotoType addressOrLocation);
82 virtual void slot_activate(
DtDe* de)
override;
86 virtual void slot_deactivate(
DtDe* de)
override;
93 virtual void slot_coordinateSystemChanged();
OGRGeocodingSessionH mySession
Definition: DtGotoLogic.h:99
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
DtDe & myDe
Definition: DtGotoLogic.h:96
Contains makVrv::DtSubjectObserver class.
makArchives::DtDisplayUnitsSettingsRecord::CoordSys myLocationInputCoordSys
Definition: DtGotoLogic.h:104
void * OGRGeometryH
Definition: DtGotoLogic.h:28
DtGotoLogic declaration. The DtGotoWidget and DtGotoLogic work together to provide a user interface f...
Definition: DtGotoLogic.h:45
double myHorizontalOffset
Definition: DtGotoLogic.h:101
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
Contains DLL export macros.
CoordSys
Enumeration of the different coordinate system types.
Definition: DtDisplayUnitsSettingsRecord.h:30
DtGotoWidgetInterface * myInterface
Definition: DtGotoLogic.h:97
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
struct _OGRGeocodingSessionHS * OGRGeocodingSessionH
Definition: DtGotoLogic.h:27
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.
GotoType
Enumeration for the way the location to go to is currently being input.
Definition: DtGotoWidgetInterface.h:24
double myHeightOffset
Definition: DtGotoLogic.h:100
GotoType myCurrentGotoType
Definition: DtGotoLogic.h:102
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
Contains the DtDisplayUnitsSettingsRecord class declaration.
DtSignalConnectionManager mySignalConnectionManager
Definition: DtGotoLogic.h:98