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

8 lines
745 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'}
QgsPlotCanvas.__signal_arguments__ = {'toolChanged': ['newTool: QgsPlotTool'], 'contextMenuAboutToShow': ['menu: QMenu', 'event: QgsPlotMouseEvent']}
QgsPlotCanvas.__group__ = ['plot']
except NameError:
pass