QGIS/python/core/auto_additions/qgsprofilesnapping.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

14 lines
1.3 KiB
Python

# The following has been generated automatically from src/core/elevation/qgsprofilesnapping.h
try:
QgsProfileSnapContext.__attribute_docs__ = {'maximumSurfaceDistanceDelta': 'Maximum allowed snapping delta for the distance values when snapping to a continuous elevation surface', 'maximumSurfaceElevationDelta': 'Maximum allowed snapping delta for the elevation values when snapping to a continuous elevation surface', 'maximumPointDistanceDelta': 'Maximum allowed snapping delta for the distance values when snapping to a point', 'maximumPointElevationDelta': 'Maximum allowed snapping delta for the elevation values when snapping to a point', 'displayRatioElevationVsDistance': 'Display ratio of elevation vs distance units'}
QgsProfileSnapContext.__annotations__ = {'maximumSurfaceDistanceDelta': float, 'maximumSurfaceElevationDelta': float, 'maximumPointDistanceDelta': float, 'maximumPointElevationDelta': float, 'displayRatioElevationVsDistance': float}
QgsProfileSnapContext.__group__ = ['elevation']
except (NameError, AttributeError):
pass
try:
QgsProfileSnapResult.__attribute_docs__ = {'snappedPoint': 'Snapped point'}
QgsProfileSnapResult.__annotations__ = {'snappedPoint': 'QgsProfilePoint'}
QgsProfileSnapResult.__group__ = ['elevation']
except (NameError, AttributeError):
pass