10 #ifndef DtOsgEarthServerDescriptor_H_
11 #define DtOsgEarthServerDescriptor_H_
31 virtual const std::string& mapName();
34 virtual const std::string& imageName();
37 virtual const std::string& fileName();
40 virtual const std::string& path();
43 virtual const std::string& description();
46 virtual const std::string& sysref();
49 virtual const std::string& fileContents();
53 virtual bool updateFile(
const std::string &content);
56 virtual bool renameFile(
const std::string &newName);
59 virtual bool deleteFile();
62 virtual bool saveAs(
const std::string& path,
const std::string&
filename);
65 virtual bool initFromFile(
const std::string& path,
const std::string& fn);
69 virtual void cleanUp();
std::string myFilename
Definition: DtOsgEarthServerDescriptor.h:76
std::string myPath
Definition: DtOsgEarthServerDescriptor.h:75
std::string myDescription
Definition: DtOsgEarthServerDescriptor.h:77
Contains DLL export macros.
std::string myContent
Definition: DtOsgEarthServerDescriptor.h:78
std::string myMapName
Definition: DtOsgEarthServerDescriptor.h:74
std::string mySysRef
Definition: DtOsgEarthServerDescriptor.h:79
std::string myImageName
Definition: DtOsgEarthServerDescriptor.h:73
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
An server is an entry for osgEarth.
Definition: DtOsgEarthServerDescriptor.h:21