mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
10 lines
556 B
Python
10 lines
556 B
Python
# The following has been generated automatically from src/gui/elevation/qgselevationprofilecanvas.h
|
|
try:
|
|
QgsElevationProfileCanvas.__attribute_docs__ = {'activeJobCountChanged': 'Emitted when the number of active background jobs changes.\n', 'canvasPointHovered': 'Emitted when the mouse hovers over the specified point (in canvas coordinates).\n\nThe ``profilePoint`` argument gives the hovered profile point, which may be snapped.\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsElevationProfileCanvas.__group__ = ['elevation']
|
|
except NameError:
|
|
pass
|