2021-12-22 08:29:10 +10:00
# The following has been generated automatically from src/gui/processing/qgsprocessingalgorithmdialogbase.h
# monkey patching scoped based enum
QgsProcessingAlgorithmDialogBase . DialogMode . Single . __doc__ = " Single algorithm execution mode "
QgsProcessingAlgorithmDialogBase . DialogMode . Batch . __doc__ = " Batch processing mode "
2024-08-31 18:05:36 +10:00
QgsProcessingAlgorithmDialogBase . DialogMode . __doc__ = """ Dialog modes.
. . versionadded : : 3.24
* ` ` Single ` ` : Single algorithm execution mode
* ` ` Batch ` ` : Batch processing mode
"""
2021-12-22 08:29:10 +10:00
# --
2024-08-14 09:45:06 +10:00
try :
QgsProcessingAlgorithmDialogBase . __attribute_docs__ = { ' algorithmAboutToRun ' : ' Emitted when the algorithm is about to run in the specified ``context``. \n \n This signal can be used to tweak the ``context`` prior to the algorithm execution. \n \n .. versionadded:: 3.38 \n ' , ' algorithmFinished ' : ' Emitted whenever an algorithm has finished executing in the dialog. \n \n .. versionadded:: 3.14 \n ' }
2024-09-09 09:54:21 +10:00
QgsProcessingAlgorithmDialogBase . formatStringForLog = staticmethod ( QgsProcessingAlgorithmDialogBase . formatStringForLog )
2024-08-28 11:14:23 +10:00
QgsProcessingAlgorithmDialogBase . __signal_arguments__ = { ' algorithmAboutToRun ' : [ ' context: QgsProcessingContext ' ] , ' algorithmFinished ' : [ ' successful: bool ' , ' result: Dict[str, object] ' ] }
2024-08-16 09:08:23 +10:00
QgsProcessingAlgorithmDialogBase . __group__ = [ ' processing ' ]
2024-12-03 07:47:10 +00:00
except ( NameError , AttributeError ) :
2024-08-16 09:08:23 +10:00
pass