QGIS/python/core/auto_additions/qgsprocessingalgorithm.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

26 lines
1.3 KiB
Python

# The following has been generated automatically from src/core/processing/qgsprocessingalgorithm.h
try:
QgsProcessingAlgorithm.__attribute_docs__ = {'fields': 'Fields', 'wkbType': 'Geometry (WKB) type', 'crs': 'Coordinate Reference System', 'availability': 'Availability of the properties. By default properties are not available.'}
except NameError:
pass
QgsProcessingAlgorithm.invalidSourceError = staticmethod(QgsProcessingAlgorithm.invalidSourceError)
QgsProcessingAlgorithm.invalidRasterError = staticmethod(QgsProcessingAlgorithm.invalidRasterError)
QgsProcessingAlgorithm.invalidSinkError = staticmethod(QgsProcessingAlgorithm.invalidSinkError)
QgsProcessingAlgorithm.invalidPointCloudError = staticmethod(QgsProcessingAlgorithm.invalidPointCloudError)
QgsProcessingAlgorithm.writeFeatureError = staticmethod(QgsProcessingAlgorithm.writeFeatureError)
QgsProcessingAlgorithm.VectorProperties.__doc__ = """Properties of a vector source or sink used in an algorithm.
.. versionadded:: 3.14"""
try:
QgsProcessingAlgorithm.__group__ = ['processing']
except NameError:
pass
try:
QgsProcessingAlgorithm.VectorProperties.__group__ = ['processing']
except NameError:
pass
try:
QgsProcessingFeatureBasedAlgorithm.__group__ = ['processing']
except NameError:
pass