@@ -329,16 +329,30 @@ QgsAbstractGeometry {#qgis_api_break_3_0_QgsAbstractGeometry}
329
329
QgsActionManager {#qgis_api_break_3_0_QgsActionManager}
330
330
----------------
331
331
332
- - doAction() no longer accepts a substitution map. Use expression context variables instead.
333
- - The doAction() variant which takes a QgsFeature along has been removed. Use the expression context
334
- variant instead.
335
- - expandAction() has been removed. Use QgsExpression::replaceExpressionText() instead.
336
- - setPythonExecute() was removed. Initialize QgsPythonRunner instead.
332
+ - `doAction()` no longer accepts a substitution map. Use expression context
333
+ variables instead.
334
+ - The `doAction()` variant which takes a QgsFeature along has been removed. Use
335
+ the expression context variant instead.
336
+ - `expandAction()` has been removed. Use
337
+ `QgsExpression::replaceExpressionText()` instead.
338
+ - `setPythonExecute()` was removed. Initialize `QgsPythonRunner` instead.
339
+ - `QgsActionManager::listActions()` has been renamed to `QgsActionManager::actions( actionScope )`.
340
+ - `QgsActionManager::removeAction()` takes an actions UUID instead of an index.
341
+ - `QgsActionManager::doAction()` takes an actions UUID instead of an index.
342
+ - `QgsActionManager::writeXml()` no longer takes a QDomDocument. The document is
343
+ extracted from the layerNode.
344
+ - `QgsActionManager::at()` has been removed. Use `QgsActionManager::action( id )`
345
+ to get an action by its UUID.
346
+ - `QgsActionManager::defaultAction()` works on a per-scope basis and with UUIDs
347
+ instead of indexes.
348
+
337
349
338
350
QgsAction {#qgis_api_break_3_0_QgsAction}
339
351
---------
340
352
341
353
- `QgsAction::action()` has been renamed to `QgsAction::command()`.
354
+ - `QgsAction::showInAttributeTable()` has been removed. Use
355
+ `QgsAction::actionScopes()` instead and check for the 'Feature' scope.
342
356
343
357
344
358
QgsAdvancedDigitizingDockWidget {#qgis_api_break_3_0_QgsAdvancedDigitizingDockWidget}
0 commit comments