VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgEarthServerLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 #include <vrvCore/DtDe.h>
13 
14 namespace makVrv
15 {
16  class DtOsgEarthServerInterface;
17 
21  {
22 
23  public:
24 
27 
29  virtual ~DtOsgEarthServerLogic();
30 
32  virtual void setupInstances();
33 
35  void addTerrainPatch(const std::string& serverName);
36 
37  protected:
38 
40  void slot_addTerrainPatch(bool indirectEnabled);
41 
43  void onCurrentServerChanged(const std::string& filename);
44 
46  void onServerRenamed(const std::string& oldname, const std::string& newname);
47 
49  void onServerAdded(const std::string& name);
50 
52  void onServerUpdated(const std::string& name);
53 
55  void onServerDeleted(const std::string& name);
56 
57  protected:
58 
61  std::string myServerFileName;
62  std::string myCoordinateSystem;
64 
65  };
66 }
DtOsgEarthServerInterface * myInterface
Definition: DtOsgEarthServerLogic.h:60
std::string myCoordinateSystemParams
Definition: DtOsgEarthServerLogic.h:63
std::string myCoordinateSystem
Definition: DtOsgEarthServerLogic.h:62
Contains makVrv::DtDe class.
Contains DLL export macros.
std::string myServerFileName
Definition: DtOsgEarthServerLogic.h:61
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
DtDe & myIg
Definition: DtOsgEarthServerLogic.h:59
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Adds terrain patches to the scene.
Definition: DtOsgEarthServerLogic.h:20
The interface between the Terrain patch logic and the dialog.
Definition: DtOsgEarthServerInterface.h:20

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)