Skip to content

Commit fd7ffad

Browse files
committedNov 2, 2017
Update api break docs
1 parent f200d9c commit fd7ffad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎doc/api_break.dox

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
210210
<tr><td>QgsVectorRandomColorRampV2<td>QgsLimitedRandomColorRamp
211211
<tr><td>QgsVectorRandomColorRampV2Dialog<td>QgsLimitedRandomColorRampDialog
212212
<tr><td>QgsVectorRandomColorRampV2DialogBase<td>QgsLimitedRandomColorRampDialogBase
213+
<tr><td>vertexData<td>QgsInterpolatorVertexData
213214
</table>
214215

215216
<table>
@@ -1484,6 +1485,16 @@ QgsIFeatureSelectionManager {#qgis_api_break_3_0_QgsIFeatureSelectionMana
14841485
- selectedFeaturesIds() has been renamed to selectedFeatureIds()
14851486

14861487

1488+
QgsInterpolator {#qgis_api_break_3_0_QgsInterpolator}
1489+
---------------
1490+
1491+
- The InputType enum was renamed to SourceType and the enum values were renamed.
1492+
- LayerData.vectorLayer was renamed to LayerData.source
1493+
- LayerData.zCoordInterpolation was renamed to LayerData.useZValue
1494+
- LayerData.mInputType was renamed to LayerData.sourceType
1495+
1496+
1497+
14871498
QgsJSONExporter {#qgis_api_break_3_0_QgsJSONExporter}
14881499
---------------
14891500

0 commit comments

Comments
 (0)
Please sign in to comment.