qgsvectorlayereditutils.h: add \since tag

This commit is contained in:
Loïc Bartoletti 2022-10-17 10:44:48 +02:00
parent 992e2bf1df
commit 5d7a025304
2 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,8 @@ Adds a ring to polygon/multipolygon features
:param modifiedFeatureIds: if specified, feature IDS for features that ring was added to will be stored in this parameter
:return: OperationResult result code: success or reason of failure
.. versionadded:: 3.28
%End
Qgis::GeometryOperationResult addRing( QgsCurve *ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureId *modifiedFeatureId = 0 ) /PyName=addCurvedRing/;

View File

@ -98,6 +98,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
* all intersecting features are tested and the ring is added to all valid features.
* \param modifiedFeatureIds if specified, feature IDS for features that ring was added to will be stored in this parameter
* \return OperationResult result code: success or reason of failure
* \since QGIS 3.28
*/
Qgis::GeometryOperationResult addMultiRing( QgsCurve *ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureIds *modifiedFeatureIds = nullptr );