Configuration settings for a custom DictionarySymbolStyle. More...
Header: | #include <DictionarySymbolStyleConfiguration.h> |
Since: | Esri::ArcGISRuntime 100.6 |
Inherits: | Esri::ArcGISRuntime::Object |
Public Functions
virtual | ~DictionarySymbolStyleConfiguration() override |
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
[override 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().