We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e29ccb7 commit a08c8b7Copy full SHA for a08c8b7
src/core/symbology/qgssymbollayer.h
@@ -317,6 +317,7 @@ class CORE_EXPORT QgsSymbolLayer
317
* Sets a data defined property for the layer. Any existing property with the same key
318
* will be overwritten.
319
* \see dataDefinedProperties()
320
+ * \see Property
321
* \since QGIS 3.0
322
*/
323
virtual void setDataDefinedProperty( Property key, const QgsProperty &property );
@@ -375,6 +376,7 @@ class CORE_EXPORT QgsSymbolLayer
375
376
/**
377
* Returns a reference to the symbol layer's property collection, used for data defined overrides.
378
* \see setDataDefinedProperties()
379
380
381
382
QgsPropertyCollection &dataDefinedProperties() { return mDataDefinedProperties; }
0 commit comments