QGIS/python/PyQt6/core/auto_additions/qgssnappingconfig.py
2023-12-13 05:36:44 +10:00

9 lines
592 B
Python

# The following has been generated automatically from src/core/qgssnappingconfig.h
QgsSnappingConfig.Vertex = QgsSnappingConfig.SnappingType.Vertex
QgsSnappingConfig.VertexAndSegment = QgsSnappingConfig.SnappingType.VertexAndSegment
QgsSnappingConfig.Segment = QgsSnappingConfig.SnappingType.Segment
QgsSnappingConfig.Disabled = QgsSnappingConfig.ScaleDependencyMode.Disabled
QgsSnappingConfig.Global = QgsSnappingConfig.ScaleDependencyMode.Global
QgsSnappingConfig.PerLayer = QgsSnappingConfig.ScaleDependencyMode.PerLayer
QgsSnappingConfig.ScaleDependencyMode.baseClass = QgsSnappingConfig