10 #ifndef DtOsgEarthServerInterface_H_
11 #define DtOsgEarthServerInterface_H_
14 #include <QtCore/QStringList>
26 virtual void setMapNameLabel(
const std::string& mapname) = 0;
29 virtual void setImageNameLabel(
const std::string& imgname) = 0;
32 virtual void setDescriptionText(
const std::string& desc) = 0;
35 virtual void setCordSysLabel(
const std::string& cordsys) = 0;
38 virtual void addInstance(
const std::string& name) = 0;
41 virtual void removeInstance(
const std::string& name) = 0;
44 virtual void clearInstances() = 0;
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