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
Copy file name to clipboardExpand all lines: doc/api_break.dox
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,8 @@ Use QgsComposerAttributeTableV2 instead.
250
250
- QgsCRSCache was removed. QgsCoordinateReferenceSystem now internally uses a cache for CRS creation,
251
251
so there is no longer a need for the separate cache class. Code which previously called QgsCRSCache::updateCRSCache()
252
252
should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinateTransformCache::instance()->invalidateCrs( authid ).
253
+
- QgsDataDefined was removed. Use the QgsProperty framework instead.
254
+
- QgsDataDefinedButton was removed. Use QgsPropertyOverrideButton instead.
253
255
- QgsFileNameWidgetWrapper was removed. Use QgsExternalResourceWidgetWrapper instead.
254
256
- QgsFormAnnotationItem. Use QgsFormAnnotation instead.
255
257
- QgsHtmlAnnotationItem. Use QgsHtmlAnnotation instead.
@@ -270,10 +272,12 @@ should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinat
270
272
- QgsPseudoColorShader. This shader has been broken for some time and was replaced by QgsSingleBandPseudoColorRenderer.
271
273
- QgsProjectBadLayerGuiHandler was removed. It was unused in QGIS code and barely useful. Implement your own QgsProjectBadLayerHandler subclass if needed.
272
274
- QgsRendererV2DataDefinedMenus was removed. Use QgsDataDefinedButton instead.
275
+
- QgsSizeScaleWidget. Use QgsPropertyAssistantWidget instead.
273
276
- QgsLegacyHelpers.
274
277
- QgsProviderCountCalcEvent and QgsProviderExtentCalcEvent. These classes were unused in QGIS core and unmaintained.
275
278
- QgsWebviewWidgetWrapper was removed. Use QgsExternalResourceWidgetWrapper instead.
276
279
- QgsEditorWidgetConfig was removed. Use QVariantMap instead.
280
+
- QgsScaleExpression. Use QgsProperty with a QgsSizeScalePropertyTransformer instead.
277
281
- QgsSvgAnnotationItem. Use QgsSvgAnnotation instead.
278
282
- QgsSymbologyV2Conversion was removed. Reading of renderers from pre-1.0 versions is not supported anymore.
279
283
- QgsTextAnnotationItem. Use QgsTextAnnotation instead.
0 commit comments