mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
8 lines
556 B
Python
8 lines
556 B
Python
# The following has been generated automatically from src/gui/processing/qgsprocessingbatchalgorithmdialogbase.h
|
|
try:
|
|
QgsProcessingBatchAlgorithmDialogBase.__abstract_methods__ = ['runAsSingle', 'createContext', 'handleAlgorithmResults', 'loadHtmlResults', 'createSummaryTable']
|
|
QgsProcessingBatchAlgorithmDialogBase.__overridden_methods__ = ['resetAdditionalGui', 'blockAdditionalControlsWhileRunning', 'algExecuted', 'isFinalized']
|
|
QgsProcessingBatchAlgorithmDialogBase.__group__ = ['processing']
|
|
except (NameError, AttributeError):
|
|
pass
|