mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add missing sip bindings
This commit is contained in:
parent
caa88429d8
commit
1433de1067
@ -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/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user