Add missing sip bindings

This commit is contained in:
Matthias Kuhn 2018-08-02 11:51:38 +02:00 committed by signedav
parent caa88429d8
commit 1433de1067

View File

@ -127,6 +127,11 @@ Find layer IDs used in all layer nodes. Searches recursively the whole sub-tree.
QgsLayerTreeGroup *findGroup( const QString &name );
%Docstring
Find group node with specified name. Searches recursively the whole sub-tree.
%End
QList<QgsLayerTreeGroup *> findGroups() const;
%Docstring
Find all group layer nodes
%End
static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;