QGIS/python/core/auto_additions/qgselevationprofilemanagermodel.py
2025-08-17 04:26:36 +10:00

19 lines
692 B
Python

# The following has been generated automatically from src/core/elevation/qgselevationprofilemanagermodel.h
# monkey patching scoped based enum
QgsElevationProfileManagerModel.CustomRole.ElevationProfile.__doc__ = "Elevation profile object"
QgsElevationProfileManagerModel.CustomRole.__doc__ = """Custom model roles.
* ``ElevationProfile``: Elevation profile object
"""
# --
QgsElevationProfileManagerModel.CustomRole.baseClass = QgsElevationProfileManagerModel
try:
QgsElevationProfileManagerModel.__group__ = ['elevation']
except (NameError, AttributeError):
pass
try:
QgsElevationProfileManagerProxyModel.__group__ = ['elevation']
except (NameError, AttributeError):
pass