VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGotoLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 
16 
17 #include <string>
18 
19 class DtExtent;
20 
21 typedef struct _OGRGeocodingSessionHS *OGRGeocodingSessionH;
22 typedef void *OGRGeometryH;
23 
24 namespace makVrv
25 {
26  class DtDe;
27  class DtGotoWidgetInterface;
28  class DtUnicode;
29  class DtCoordinateSystem;
30 
32  {
33  public:
35 
36  virtual ~DtGotoLogic();
37 
38  virtual void initialize();
39 
40  protected:
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);
46 
47  bool processPolygon(int type, OGRGeometryH geometry, DtExtent& extent);
48 
50  virtual void slot_coordinateSystemChanged();
51 
52  protected:
63 
66  DtCoordinateSystem* myCoordinateSystem = nullptr;
67 
68  };
69 }
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
Abstract interface for DtGotoWidget. This defines the interface that will be used by the DtGotoLogic ...
Definition: DtGotoWidgetInterface.h:42
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:72
DtSignalConnectionManager mySignalConnectionManager
Definition: DtGotoLogic.h:55
double myCurrentAboveSeaLevelAltitude
Definition: DtGotoLogic.h:57

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)