Skip to content

Commit

Permalink
sipyfy
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 authored and nyalldawson committed Dec 16, 2024
1 parent 86b9f69 commit 77d3da7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,18 @@ Constructor for :py:class:`QgsEditBufferGroup`
void addLayer( QgsVectorLayer *layer );
%Docstring
Add a layer to this edit buffer group.
%End

void removeLayer( QgsVectorLayer *layer );
%Docstring
Remove a layer from this edit buffer group.

.. versionadded:: 3.42
%End

void clear();
%Docstring
Remove all layers from this edit buffer group
Remove all layers from this edit buffer group.
%End

QSet<QgsVectorLayer *> layers() const;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,18 @@ Constructor for :py:class:`QgsEditBufferGroup`
void addLayer( QgsVectorLayer *layer );
%Docstring
Add a layer to this edit buffer group.
%End

void removeLayer( QgsVectorLayer *layer );
%Docstring
Remove a layer from this edit buffer group.

.. versionadded:: 3.42
%End

void clear();
%Docstring
Remove all layers from this edit buffer group
Remove all layers from this edit buffer group.
%End

QSet<QgsVectorLayer *> layers() const;
Expand Down

0 comments on commit 77d3da7

Please sign in to comment.