|
| SourceParameter (QObject *parent=nullptr) |
| Default constructor.
|
|
QString | type () const |
| Get source type.
|
|
void | setType (const QString &type) |
| Set source type.
|
|
| StyleParameter (QObject *parent=nullptr) |
| Default constructor.
|
|
bool | operator== (const StyleParameter &other) const |
| Comparison operator.
|
|
bool | isReady () const |
| Check if the style parameter is ready.
|
|
virtual QVariant | parsedProperty (const char *propertyName) const |
| Get the property value.
|
|
bool | hasProperty (const char *propertyName) const |
| Check for property existence.
|
|
void | updateProperty (const char *propertyName, const QVariant &value) |
| Update property value.
|
|
QVariantMap | toVariantMap () const |
| Return a map of all properties.
|
|
QString | styleId () const |
| Return style identifier.
|
|
void | setStyleId (const QString &id) |
| Set style identifier.
|
|
A helper utility to create an additional map data source in the Map.
Needs to have a type set to one of the supported types. Other properties are set dynamically, depending on the type.