QGIS/python/PyQt6/gui/auto_additions/qgsplotcanvas.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

10 lines
623 B
Python

# The following has been generated automatically from src/gui/plot/qgsplotcanvas.h
try:
QgsPlotCanvas.__attribute_docs__ = {'toolChanged': 'Emitted when the plot tool is changed.\n', 'plotAreaChanged': 'Emitted whenever the visible area of the plot is changed.\n', 'contextMenuAboutToShow': 'Emitted before the canvas context menu will be shown.\nCan be used to extend the context menu.\n', 'willBeDeleted': 'Emitted in the destructor when the canvas is about to be deleted,\nbut is still in a perfectly valid state.\n'}
except NameError:
pass
try:
QgsPlotCanvas.__group__ = ['plot']
except NameError:
pass