为LayerStyleContainer添加了文档注释

dev-LayerStyle
ArgonarioD 2023-03-18 18:16:11 +08:00
parent 73719905db
commit d40796abb0
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ public:
virtual std::unique_ptr<LayerStyle> clone() const = 0; virtual std::unique_ptr<LayerStyle> clone() const = 0;
}; };
/**
* LayerStylecomputeNewHash()
*/
class LayerStyleContainer : public Renderer::ElementStyle class LayerStyleContainer : public Renderer::ElementStyle
{ {
using DisplayNameWithSupplier = std::map<QString, std::function<std::unique_ptr<LayerStyle>()>>; using DisplayNameWithSupplier = std::map<QString, std::function<std::unique_ptr<LayerStyle>()>>;