8 #if OSGEARTH_UPGRADE_GOOD
43 class VrTheWorldFeatureInfo
48 VrTheWorldFeatureInfo();
56 VrTheWorldFeatureInfo(
const std::string& name,
const DtUnicode& url,
const std::string& description,
57 int maxLevel,
int type);
61 void setName(
const std::string& name);
64 std::string name()
const;
68 void setUrl(
const DtUnicode& url);
71 DtUnicode url()
const;
75 void setDescription(
const std::string& description);
78 std::string description()
const;
82 void setMaxLevel(
int maxLevel);
89 void setType(
int type);
98 std::string myDecription;
103 typedef std::map<std::string, VrTheWorldFeatureInfo> FeaturesMap;
106 virtual void resetWidgets() = 0;
115 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