Skip to content

Commit

Permalink
Update api break docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 2, 2017
1 parent f200d9c commit fd7ffad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/api_break.dox
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
<tr><td>QgsVectorRandomColorRampV2<td>QgsLimitedRandomColorRamp
<tr><td>QgsVectorRandomColorRampV2Dialog<td>QgsLimitedRandomColorRampDialog
<tr><td>QgsVectorRandomColorRampV2DialogBase<td>QgsLimitedRandomColorRampDialogBase
<tr><td>vertexData<td>QgsInterpolatorVertexData
</table>

<table>
Expand Down Expand Up @@ -1484,6 +1485,16 @@ QgsIFeatureSelectionManager {#qgis_api_break_3_0_QgsIFeatureSelectionMana
- selectedFeaturesIds() has been renamed to selectedFeatureIds()


QgsInterpolator {#qgis_api_break_3_0_QgsInterpolator}
---------------

- The InputType enum was renamed to SourceType and the enum values were renamed.
- LayerData.vectorLayer was renamed to LayerData.source
- LayerData.zCoordInterpolation was renamed to LayerData.useZValue
- LayerData.mInputType was renamed to LayerData.sourceType



QgsJSONExporter {#qgis_api_break_3_0_QgsJSONExporter}
---------------

Expand Down

0 comments on commit fd7ffad

Please sign in to comment.