VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgEarthServerInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtOsgEarthServerInterface_H_
11 #define DtOsgEarthServerInterface_H_
12 
14 #include <QtCore/QStringList>
15 
16 namespace makVrv
17 {
21  {
22 
23  public:
24 
26  virtual void setMapNameLabel(const std::string& mapname) = 0;
27 
29  virtual void setImageNameLabel(const std::string& imgname) = 0;
30 
32  virtual void setDescriptionText(const std::string& desc) = 0;
33 
35  virtual void setCordSysLabel(const std::string& cordsys) = 0;
36 
38  virtual void addInstance(const std::string& name) = 0;
39 
41  virtual void removeInstance(const std::string& name) = 0;
42 
44  virtual void clearInstances() = 0;
45 
46  boost::signal<void (bool)> signal_addTerrainPatch;
47  boost::signal<void (const std::string&)> signal_terrainPatchFileChosen;
48  boost::signal<void (const std::string&)> signal_currentServerChanged;
49  boost::signal<void (const std::string&)> signal_coordinateSystemParameters;
50  };
51 }
52 
53 #endif
54 
boost::signal< void(bool)> signal_addTerrainPatch
Definition: DtOsgEarthServerInterface.h:46
boost::signal< void(const std::string &)> signal_currentServerChanged
Definition: DtOsgEarthServerInterface.h:48
Contains DLL export macros.
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
boost::signal< void(const std::string &)> signal_terrainPatchFileChosen
Definition: DtOsgEarthServerInterface.h:47
boost::signal< void(const std::string &)> signal_coordinateSystemParameters
Definition: DtOsgEarthServerInterface.h:49
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)