mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
913 B
Python
16 lines
913 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, AttributeError):
|
|
pass
|
|
try:
|
|
QgsLayerTreeProxyModel.__group__ = ['layertree']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsLayerTreeViewMenuProvider.__group__ = ['layertree']
|
|
except (NameError, AttributeError):
|
|
pass
|