mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -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 );
|
QgsLayerTreeGroup *findGroup( const QString &name );
|
||||||
%Docstring
|
%Docstring
|
||||||
Find group node with specified name. Searches recursively the whole sub-tree.
|
Find group node with specified name. Searches recursively the whole sub-tree.
|
||||||
|
%End
|
||||||
|
|
||||||
|
QList<QgsLayerTreeGroup *> findGroups() const;
|
||||||
|
%Docstring
|
||||||
|
Find all group layer nodes
|
||||||
%End
|
%End
|
||||||
|
|
||||||
static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;
|
static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user