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

10 lines
654 B
Python

# The following has been generated automatically from src/core/raster/qgsrasterfilewritertask.h
try:
QgsRasterFileWriterTask.__attribute_docs__ = {'writeComplete': 'Emitted when writing the layer is successfully completed. The ``outputUrl``\nparameter indicates the file path for the written file(s).\n', 'errorOccurred': 'Emitted when an error occurs which prevented the file being written (or if\nthe task is canceled). The writing ``error`` will be reported and a\n``errorMessage`` will be potentially set.\n\n.. versionadded:: 3.10\n'}
except NameError:
pass
try:
QgsRasterFileWriterTask.__group__ = ['raster']
except NameError:
pass