@@ -230,6 +230,7 @@ Removed Classes {#qgis_api_break_3_0_removed_classes}
230
230
- QgsColorbutton was removed. QgsColorButtonV2 has now been renamed to QgsColorButton. Hence, QgsColorButtonV2 does not exist anymore.
231
231
- QgsColorDialog was removed, and QgsColorDialogV2 was renamed to QgsColorDialog. Hence, QgsColorButtonV2 does not exist anymore.
232
232
All the functionality from the old QgsColorDialog has been moved to the new class.
233
+ - QgsColorRampComboBox was removed, replaced by QgsColorRampButton
233
234
- QgsComposerAttributeTable and associated classes (eg QgsComposerAttributeTableCompare,
234
235
QgsComposerAttributeTableColumnModel, QgsComposerTableSortColumnsProxyModel) were removed.
235
236
Use QgsComposerAttributeTableV2 instead.
@@ -435,12 +436,17 @@ QgsCachedFeatureIterator {#qgis_api_break_3_0_QgsQgsCachedFeatureIterator
435
436
436
437
- The constructor for QgsCachedFeatureIterator has changed.
437
438
439
+ QgsCategorizedRenderer {#qgis_api_break_3_0_QgsCategorizedRenderer}
440
+ --------------------
441
+
442
+ - setInvertedColorRamp() and invertedColorRamp() functions are gone, QgsColorRamp now responsible for invert
443
+ - createRenderer() and updateColorRamp()'s inverted parameter is gone
438
444
439
445
QgsCategorizedSymbolRendererWidget {#qgis_api_break_3_0_QgsCategorizedSymbolRendererWidget}
440
446
----------------------------------
441
447
442
448
- sizeScaleFieldChanged() and scaleMethodChanged() were removed. These settings are no longer exposed in the widget's GUI.
443
-
449
+ - getColorRamp() was removed.
444
450
445
451
QgsClipper {#qgis_api_break_3_0_QgsClipper}
446
452
----------
@@ -956,12 +962,21 @@ QgsEditorWidgetRegistry {#qgis_api_break_3_0_QgsEditorWidgetRegistry}
956
962
- The signature of isFieldSupported() has been changed to return an unsigned (how good it supports the given field)
957
963
and to const-correct it.
958
964
965
+ QgsGraduatedRenderer {#qgis_api_break_3_0_QgsGraduatedRenderer}
966
+ --------------------
967
+
968
+ - setInvertedColorRamp() and invertedColorRamp() functions are gone, QgsColorRamp now responsible for invert
969
+ - createRenderer() and updateColorRamp()'s inverted parameter is gone
959
970
960
971
QgsGroupWMSDataDialog {#qgis_api_break_3_0_QgsGroupWMSDataDialog}
961
972
---------------------
962
973
963
974
- QgsGroupWMSDataDialo has been renamed to QgsGroupWmsDataDialog
964
975
976
+ QgsHeatmapRenderer {#qgis_api_break_3_0_QgsHeatmapRenderer}
977
+ ------------------
978
+
979
+ - setInvertRamp() and invertRamp() functions are gone, QgsColorRamp now responsible for invert
965
980
966
981
QgsHighlight {#qgis_api_break_3_0_QgsHighlight}
967
982
------------
0 commit comments