QGIS/python/core/auto_additions/qgselevationprofile.py
Nyall Dawson fdcda15365 [api] Create elevation profile manager, attached to QgsProject
This mimics QgsLayoutManager, but for storage of elevation profiles
attached to a project
2025-08-17 04:26:36 +10:00

8 lines
446 B
Python

# The following has been generated automatically from src/core/elevation/qgselevationprofile.h
try:
QgsElevationProfile.__attribute_docs__ = {'nameChanged': 'Emitted when the profile is renamed.\n\n.. seealso:: :py:func:`name`\n\n.. seealso:: :py:func:`setName`\n'}
QgsElevationProfile.__signal_arguments__ = {'nameChanged': ['newName: str']}
QgsElevationProfile.__group__ = ['elevation']
except (NameError, AttributeError):
pass