mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
9 lines
866 B
Python
9 lines
866 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\n``outputUrl`` parameter indicates the file path for the written file(s).\n', 'errorOccurred': 'Emitted when an error occurs which prevented the file being written (or\nif the task is canceled). The writing ``error`` will be reported and a\n``errorMessage`` will be potentially set.\n\n.. versionadded:: 3.10\n'}
|
|
QgsRasterFileWriterTask.__overridden_methods__ = ['cancel', 'run', 'finished']
|
|
QgsRasterFileWriterTask.__signal_arguments__ = {'writeComplete': ['outputUrl: str'], 'errorOccurred': ['error: int', 'errorMessage: str']}
|
|
QgsRasterFileWriterTask.__group__ = ['raster']
|
|
except (NameError, AttributeError):
|
|
pass
|