27 class DtGotoWidgetInterface;
29 class DtCoordinateSystem;
38 virtual void initialize();
41 virtual void slot_gotoLocation(
double lat,
double lon);
42 virtual void slot_requestJumpToAddress(
const DtUnicode& address);
43 virtual void slot_altitudeDisplayChanged(
int type,
double displayAlt);
44 virtual void slot_latitudeSecondsChanged(
double seconds);
45 virtual void slot_longitudeSecondsChanged(
double seconds);
50 virtual void slot_coordinateSystemChanged();
OGRGeocodingSessionH mySession
Definition: DtGotoLogic.h:56
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:53
void * OGRGeometryH
Definition: DtGotoLogic.h:22
Definition: DtGotoLogic.h:31
double myHorizontalOffset
Definition: DtGotoLogic.h:62
#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.
double myCurrentLongitudeSeconds
Definition: DtGotoLogic.h:60
DtGotoWidgetInterface * myInterface
Definition: DtGotoLogic.h:54
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
double myCurrentAboveTerrainAltitude
Definition: DtGotoLogic.h:58
struct _OGRGeocodingSessionHS * OGRGeocodingSessionH
Definition: DtGotoLogic.h:21
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.
double myCurrentLatitudeSeconds
Definition: DtGotoLogic.h:59
double myHeightOffset
Definition: DtGotoLogic.h:61
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
DtSignalConnectionManager mySignalConnectionManager
Definition: DtGotoLogic.h:55
double myCurrentAboveSeaLevelAltitude
Definition: DtGotoLogic.h:57