mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
9 lines
592 B
Python
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
|