We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent caa8842 commit 1433de1Copy full SHA for 1433de1
python/core/auto_generated/layertree/qgslayertreegroup.sip.in
@@ -127,6 +127,11 @@ Find layer IDs used in all layer nodes. Searches recursively the whole sub-tree.
127
QgsLayerTreeGroup *findGroup( const QString &name );
128
%Docstring
129
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
135
%End
136
137
static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;
0 commit comments