mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
This mimics QgsLayoutManager, but for storage of elevation profiles attached to a project
8 lines
446 B
Python
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
|