6 #if OSGEARTH_UPGRADE_GOOD
41 class VrTheWorldFeatureInfo
46 VrTheWorldFeatureInfo();
54 VrTheWorldFeatureInfo(
const std::string& name,
const DtUnicode& url,
const std::string& description,
55 int maxLevel,
int type);
59 void setName(
const std::string& name);
62 std::string name()
const;
66 void setUrl(
const DtUnicode& url);
69 DtUnicode url()
const;
73 void setDescription(
const std::string& description);
76 std::string description()
const;
80 void setMaxLevel(
int maxLevel);
87 void setType(
int type);
96 std::string myDecription;
101 typedef std::map<std::string, VrTheWorldFeatureInfo> FeaturesMap;
104 virtual void resetWidgets() = 0;
113 boost::signalslib::signal<void(const std::string& name, const std::string& driver, const DtUnicode& url, const std::string& wfsType)> signal_osgEarthModelLayerDataRequestAdded;
Contains DLL export macros.
#define DT_DLL_VRVTERRAINEDITOR
Definition: vrvTerrainEditor.h:25