1 2 3 4 5 6 7 8 9 10 11
|
# 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
|