QGIS/python/gui/auto_additions/qgslayertreeview.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

16 lines
859 B
Python

# The following has been generated automatically from src/gui/layertree/qgslayertreeview.h
try:
QgsLayerTreeView.__attribute_docs__ = {'currentLayerChanged': 'Emitted when a current layer is changed\n', 'datasetsDropped': 'Emitted when datasets are dropped onto the layer tree view\n', 'contextMenuAboutToShow': 'Emitted when the context menu is about to show.\n\nAllows customization of the menu.\n\n.. versionadded:: 3.32\n'}
QgsLayerTreeView.__signal_arguments__ = {'currentLayerChanged': ['layer: QgsMapLayer'], 'datasetsDropped': ['event: QDropEvent'], 'contextMenuAboutToShow': ['menu: QMenu']}
QgsLayerTreeView.__group__ = ['layertree']
except NameError:
pass
try:
QgsLayerTreeProxyModel.__group__ = ['layertree']
except NameError:
pass
try:
QgsLayerTreeViewMenuProvider.__group__ = ['layertree']
except NameError:
pass