QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
16 #ifndef QGSABSTRACT3DSYMBOL_H
17 #define QGSABSTRACT3DSYMBOL_H
47 virtual QString type()
const = 0;
79 static void initPropertyDefinitions();
86 #endif // QGSABSTRACT3DSYMBOL_H
QMap< int, QgsPropertyDefinition > QgsPropertiesDefinition
Definition of available properties.
@ PropertyExtrusionHeight
Extrusion height (zero means no extrusion)
const QgsPropertyCollection & dataDefinedProperties() const
Returns a reference to the symbol layer's property collection, used for data defined overrides.
void setDataDefinedProperties(const QgsPropertyCollection &collection)
Sets the symbol layer's property collection, used for data defined overrides.
QgsPropertyCollection mDataDefinedProperties
A grouped map of multiple QgsProperty objects, each referenced by a integer key value.
QgsPropertyCollection & dataDefinedProperties()
Returns a reference to the symbol layer's property collection, used for data defined overrides.
Property
Data definable properties.