Defines selection properties for the GeoView. More...
| Header | #include <Selection |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.4.
Public Functions
| Selection | |
| Selection | |
| Selection | |
| Selection | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QColor | color() const |
| void | set |
Detailed Description
Default values are as follows:
- color - Cyan
See also GeoView.
Member Function Documentation
SelectionProperties::SelectionProperties (Esri::ArcGISRuntime::SelectionProperties &&other)
Move constructor from other SelectionProperties.
SelectionProperties::SelectionProperties (const Esri::ArcGISRuntime::SelectionProperties &other)
Copy constructor from other SelectionProperties.
SelectionProperties::SelectionProperties (const QColor &color)
Constructor that takes the color of the selection.
SelectionProperties::SelectionProperties ()
Default constructor. Creates a default SelectionProperties instance.
Esri::ArcGISRuntime::SelectionProperties &SelectionProperties::operator=(Esri::ArcGISRuntime::SelectionProperties &&other)
Move operator from other SelectionProperties.
Esri::ArcGISRuntime::SelectionProperties &SelectionProperties::operator=(const Esri::ArcGISRuntime::SelectionProperties &other)
Assignment operator from other SelectionProperties.
SelectionProperties::~SelectionProperties ()
Destructor
QColor SelectionProperties::color() const
Returns the color value in the selection properties.
See also setColor().
void SelectionProperties::setColor (const QColor &color)
Sets the color value in the selection properties to color.
See also color().