QGIS/python/core/auto_additions/qgslayertree.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

11 lines
772 B
Python

# The following has been generated automatically from src/core/layertree/qgslayertree.h
try:
QgsLayerTree.__attribute_docs__ = {'customLayerOrderChanged': 'Emitted when the custom layer order has changed.\n', 'layerOrderChanged': 'Emitted when the layer order has changed.\n', 'hasCustomLayerOrderChanged': 'Emitted when the hasCustomLayerOrder flag changes.\n\n.. seealso:: :py:func:`hasCustomLayerOrder`\n'}
QgsLayerTree.isGroup = staticmethod(QgsLayerTree.isGroup)
QgsLayerTree.isLayer = staticmethod(QgsLayerTree.isLayer)
QgsLayerTree.readXml = staticmethod(QgsLayerTree.readXml)
QgsLayerTree.__signal_arguments__ = {'hasCustomLayerOrderChanged': ['hasCustomLayerOrder: bool']}
QgsLayerTree.__group__ = ['layertree']
except NameError:
pass