mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
18 lines
714 B
Python
18 lines
714 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'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsLayerTreeProxyModel.__group__ = ['layertree']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsLayerTreeView.__group__ = ['layertree']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsLayerTreeViewMenuProvider.__group__ = ['layertree']
|
|
except NameError:
|
|
pass
|