LegendInfo Class

  • LegendInfo
  • class Esri::ArcGISRuntime::LegendInfo

    Legend information from a Layer. More...

    Header: #include <LegendInfo.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~LegendInfo() override
    QString name() const
    Esri::ArcGISRuntime::Symbol *symbol(QObject *parent = nullptr) const
    bool operator!=(const Esri::ArcGISRuntime::LegendInfo &other) const
    bool operator==(const Esri::ArcGISRuntime::LegendInfo &other) 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.

    [since Esri::ArcGISRuntime 200.2] bool LegendInfo::operator!=(const Esri::ArcGISRuntime::LegendInfo &other) const

    Inequality operator. Returns true if this object and other are not equal.

    This function was introduced in Esri::ArcGISRuntime 200.2.

    See also LegendInfo::operator==.

    [since Esri::ArcGISRuntime 200.1] bool LegendInfo::operator==(const Esri::ArcGISRuntime::LegendInfo &other) const

    Equivalency operator.

    Returns true if this object and other are equivalent.

    This function was introduced in Esri::ArcGISRuntime 200.1.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.