You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- usedAttributes() now requires a QgsRenderContext argument.
2071
2129
- setDataDefinedAngle(), dataDefinedAngle(), setDataDefinedSize(), dataDefinedSize(), setDataDefinedWidth() and dataDefinedWidth()
2072
2130
now work with QgsProperty objects instead of QgsDataDefined.
2131
+
- alpha() and setAlpha() were removed. Use opacity() and setOpacity() instead.
2073
2132
2074
2133
2075
2134
QgsSymbolLayer (renamed from QgsSymbolLayerV2) {#qgis_api_break_3_0_QgsSymbolLayer}
@@ -2108,6 +2167,7 @@ QgsSymbolRenderContext (renamed from QgsSymbolV2RenderContext) {#qgis_api
2108
2167
- The constructor, setRenderHints() and renderHints() now accept and return a QgsSymbol::RenderHints flag rather
2109
2168
than an integer value
2110
2169
- fields() now returns a QgsFields value, not a pointer.
2170
+
- alpha() and setAlpha() were removed. Use opacity() and setOpacity() instead.
2111
2171
2112
2172
2113
2173
QgsSymbolLayerUtils (renamed from QgsSymbolLayerUtilsV2) {#qgis_api_break_3_0_QgsSymbolLayerUtils}
@@ -2265,6 +2325,7 @@ displayExpression instead. For the map tip use mapTipTemplate() instead.
2265
2325
- addFeature() no longer accepts an alsoUpdateExtent boolean - this extra argument has been ignored for some time
2266
2326
- addFeatures() no longer accepts a makeSelected boolean, and will not automatically select newly added features. If desired, features must be manually selected by calling selectByIds() after addFeatures()
2267
2327
- annotationForm() and setAnnotationForm() have been removed. Form path is stored in individual QgsFormAnnotation objects.
2328
+
- setLayerTransparency, layerTransparency, and layerTransparencyChanged were removed. Use opacity, setOpacity and opacityChanged instead.
0 commit comments