QGIS/python/PyQt6/analysis/auto_additions/qgsgeometrycheckerror.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

13 lines
776 B
Python

# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h
QgsGeometryCheckError.StatusPending = QgsGeometryCheckError.Status.StatusPending
QgsGeometryCheckError.StatusFixFailed = QgsGeometryCheckError.Status.StatusFixFailed
QgsGeometryCheckError.StatusFixed = QgsGeometryCheckError.Status.StatusFixed
QgsGeometryCheckError.StatusObsolete = QgsGeometryCheckError.Status.StatusObsolete
QgsGeometryCheckError.ValueLength = QgsGeometryCheckError.ValueType.ValueLength
QgsGeometryCheckError.ValueArea = QgsGeometryCheckError.ValueType.ValueArea
QgsGeometryCheckError.ValueOther = QgsGeometryCheckError.ValueType.ValueOther
try:
QgsGeometryCheckError.__group__ = ['vector', 'geometry_checker']
except NameError:
pass