Skip to content

Commit c1b6edc

Browse files
committedNov 21, 2016
update API breaks document
1 parent 5992f74 commit c1b6edc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎doc/api_break.dox

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
180180
<tr><td>QgsVectorRandomColorRampV2Dialog<td>QgsLimitedRandomColorRampDialog
181181
<tr><td>QgsVectorRandomColorRampV2DialogBase<td>QgsLimitedRandomColorRampDialogBase
182182
<tr><th>QgsSymbolV2<th>QgsSymbol
183+
<tr><th>QgsArcProperter<th>QgsStrategy
184+
<tr><th>QgsDistanceArcProperter<th>QgsDistanceStrategy
185+
<tr><th>QgsGraphArc<th>QgsGraphEdge
183186
</table>
184187

185188
<table>
@@ -205,6 +208,17 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
205208
<tr><td>QgsVectorLayerEditUtils<td>deleteVertexV2<td>deleteVertex
206209
<tr><td>QgsComposerSymbolItem<td>symbolV2<td>symbol
207210
<tr><td>QgsServerInterface<td>capabiblitiesCache<td>capabilitiesCache
211+
<tr><td>QgsGraphEdge<td>property<td>cost
212+
<tr><td>QgsGraphEdge<td>properties<td>strategies
213+
<tr><td>QgsGraphVertex<td>outArc<td>outEdges
214+
<tr><td>QgsGraphVertex<td>inArc<td>inEdges
215+
<tr><td>QgsGraph<td>addArc<td>addEdges
216+
<tr><td>QgsGraph<td>arcCount<td>edgeCount
217+
<tr><td>QgsGraph<td>arc<td>edge
218+
<tr><td>QgsGraphBuilder<td>addArc<td>addEdge
219+
<tr><td>QgsGraphBuilderInterface<td>addArc<td>addEdge
220+
<tr><td>QgsGraphDirectory<td>addProperter<td>addStrategy
221+
<tr><td>QgsStrategy<td>addProperter<td>addStrategy
208222
</table>
209223

210224

0 commit comments

Comments
 (0)
Please sign in to comment.