Configuration settings for a custom DictionarySymbolStyle. More...
Header | #include <Dictionary |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Q | domain() const |
Q | info() const |
Q | name() const |
void | set |
Q | value() const |
Detailed Description
The configuration settings are returned from a DictionarySymbolStyle.
See also DictionarySymbolStyle.
Member Function Documentation
[override virtual noexcept]
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().