mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
12 lines
747 B
Python
12 lines
747 B
Python
# The following has been generated automatically from src/core/processing/qgsprocessingfeedback.h
|
|
try:
|
|
QgsProcessingFeedback.__virtual_methods__ = ['setProgressText', 'reportError', 'pushWarning', 'pushInfo', 'pushFormattedMessage', 'pushCommandInfo', 'pushDebugInfo', 'pushConsoleInfo', 'htmlLog', 'textLog']
|
|
QgsProcessingFeedback.__group__ = ['processing']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsProcessingMultiStepFeedback.__overridden_methods__ = ['setProgressText', 'reportError', 'pushWarning', 'pushInfo', 'pushCommandInfo', 'pushDebugInfo', 'pushConsoleInfo', 'pushFormattedMessage', 'htmlLog', 'textLog']
|
|
QgsProcessingMultiStepFeedback.__group__ = ['processing']
|
|
except (NameError, AttributeError):
|
|
pass
|