DictionarySymbolStyleConfiguration Class
Configuration settings for a custom DictionarySymbolStyle. More...
Header: | #include <DictionarySymbolStyleConfiguration> |
Since: | Esri::ArcGISRuntime 100.6 |
Inherits: | Esri::ArcGISRuntime::Object |
This class was introduced in Esri::ArcGISRuntime 100.6.
Public Functions
virtual | ~DictionarySymbolStyleConfiguration() |
QVariantList | domain() const |
QString | info() const |
QString | name() const |
void | setValue(const QVariant &newValue) |
QVariant | value() const |
Detailed Description
The configuration settings are returned from a DictionarySymbolStyle.
See also DictionarySymbolStyle.
Member Function Documentation
[virtual]
DictionarySymbolStyleConfiguration::~DictionarySymbolStyleConfiguration()
Destructor.
QVariantList DictionarySymbolStyleConfiguration::domain() const
Returns the list of possible values for this configuration property.
QString DictionarySymbolStyleConfiguration::info() const
Returns the description of the configuration as defined by the style author.
QString DictionarySymbolStyleConfiguration::name() const
Returns the name of the property as defined in the style configuration.
void DictionarySymbolStyleConfiguration::setValue(const QVariant &newValue)
Sets the value of the configuration property to newValue.
See also value().
QVariant DictionarySymbolStyleConfiguration::value() const
Returns the value of the configuration property.
See also setValue().