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

14 lines
825 B
Python

# The following has been generated automatically from src/gui/elevation/qgselevationcontrollerwidget.h
try:
QgsElevationControllerWidget.__attribute_docs__ = {'rangeChanged': 'Emitted when the visible range from the widget is changed.\n\n.. seealso:: :py:func:`setRange`\n\n.. seealso:: :py:func:`range`\n', 'fixedRangeSizeChanged': 'Emitted when the fixed range size is changed from the widget.\n\n.. seealso:: :py:func:`fixedRangeSize`\n\n.. seealso:: :py:func:`setFixedRangeSize`\n', 'invertedChanged': 'Emitted when the elevation filter slider is inverted.\n\n.. seealso:: :py:func:`setInverted`\n'}
except NameError:
pass
try:
QgsElevationControllerSettingsAction.__group__ = ['elevation']
except NameError:
pass
try:
QgsElevationControllerWidget.__group__ = ['elevation']
except NameError:
pass