SelectionProperties Class

  • SelectionProperties
  • class Esri::ArcGISRuntime::SelectionProperties

    Defines selection properties for the GeoView. More...

    Header: #include <SelectionProperties.h>
    Since: Esri::ArcGISRuntime 100.4

    Public Functions

    SelectionProperties()
    SelectionProperties(const QColor &color)
    SelectionProperties(const Esri::ArcGISRuntime::SelectionProperties &other)
    SelectionProperties(Esri::ArcGISRuntime::SelectionProperties &&other)
    ~SelectionProperties()
    QColor color() const
    void setColor(const QColor &color)
    Esri::ArcGISRuntime::SelectionProperties &operator=(const Esri::ArcGISRuntime::SelectionProperties &other)
    Esri::ArcGISRuntime::SelectionProperties &operator=(Esri::ArcGISRuntime::SelectionProperties &&other)

    Detailed Description

    Default values are as follows:

    • color - Cyan

    See also GeoView.

    Member Function Documentation

    SelectionProperties::SelectionProperties()

    Creates a new selection properties object with the default color of cyan.

    Default constructor.

    [explicit] SelectionProperties::SelectionProperties(const QColor &color)

    Creates a new selection properties object with the specified color.

    • color - The selection color.

    SelectionProperties::SelectionProperties(const Esri::ArcGISRuntime::SelectionProperties &other)

    Copy constructor from other SelectionProperties.

    SelectionProperties::SelectionProperties(Esri::ArcGISRuntime::SelectionProperties &&other)

    Move constructor from other SelectionProperties.

    SelectionProperties::~SelectionProperties()

    Destructor

    QColor SelectionProperties::color() const

    Returns the color value in the selection properties object.

    See also setColor().

    void SelectionProperties::setColor(const QColor &color)

    Sets the color to color.

    See also color.

    Esri::ArcGISRuntime::SelectionProperties &SelectionProperties::operator=(const Esri::ArcGISRuntime::SelectionProperties &other)

    Assignment operator from other SelectionProperties.

    Esri::ArcGISRuntime::SelectionProperties &SelectionProperties::operator=(Esri::ArcGISRuntime::SelectionProperties &&other)

    Move operator from other SelectionProperties.

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close