Legend information from a Layer. More...
Header: | #include <LegendInfo.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Esri::ArcGISRuntime::Object |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
virtual | ~LegendInfo() override |
QString | name() const |
Esri::ArcGISRuntime::Symbol * | symbol(QObject *parent = nullptr) const |
Detailed Description
Member Function Documentation
[override virtual]
LegendInfo::~LegendInfo ()
Destructor.
QString LegendInfo::name() const
Gets the name of the legend.
Esri::ArcGISRuntime::Symbol *LegendInfo::symbol(QObject *parent = nullptr) const
Gets the symbol of the legend with an optional parent.