class CWeatherManager

refs #612
This commit is contained in:
Roland Winklmeier
2016-03-26 21:11:08 +01:00
parent 8a0290b44b
commit f6a52874e3
4 changed files with 204 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ namespace BlackMisc
//! Get wind layers
CWindLayerList getWindLayers() const { return m_windLayers; }
//! Copies all weather data from other without modifying identifier and position.
void copyWeatherDataFrom(const CGridPoint &other);
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
CVariant propertyByIndex(const BlackMisc::CPropertyIndex &index) const;