Skip to content

Commit 1433de1

Browse files
m-kuhnsignedav
authored andcommittedAug 7, 2018
Add missing sip bindings
1 parent caa8842 commit 1433de1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎python/core/auto_generated/layertree/qgslayertreegroup.sip.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ Find layer IDs used in all layer nodes. Searches recursively the whole sub-tree.
127127
QgsLayerTreeGroup *findGroup( const QString &name );
128128
%Docstring
129129
Find group node with specified name. Searches recursively the whole sub-tree.
130+
%End
131+
132+
QList<QgsLayerTreeGroup *> findGroups() const;
133+
%Docstring
134+
Find all group layer nodes
130135
%End
131136

132137
static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;

0 commit comments

Comments
 (0)
Please sign in to comment.