QGIS/python/core/auto_additions/qgssnappingutils.py
2024-08-14 13:05:46 +10:00

6 lines
487 B
Python

# The following has been generated automatically from src/core/qgssnappingutils.h
try:
QgsSnappingUtils.__attribute_docs__ = {'layer': 'The layer to configure.', 'type': 'To which geometry properties of this layers a snapping should happen.', 'tolerance': 'The range around snapping targets in which snapping should occur.', 'unit': 'The units in which the tolerance is specified.', 'configChanged': 'Emitted when the snapping settings object changes.\n'}
except NameError:
pass