Class: QgsProcessingMultiStepFeedback¶
Processing feedback object for multi-step operations.
A processing feedback object which proxies its calls to an underlying feedback object, but scales overall progress reports to account for a number of child steps which each report their own feedback.
Class Hierarchy¶
Base classes¶
Base class for providing feedback from a processing algorithm. |
|
Base class for feedback objects to be used for cancellation of something running in a worker thread. |
|
Subclasses¶
Processing feedback subclass for use when batch processing. |
Methods
Sets the step which is being executed. |
- class qgis.core.QgsProcessingMultiStepFeedback[source]¶
Bases:
QgsProcessingFeedback
- __init__(steps: int, feedback: QgsProcessingFeedback | None)
Constructor for QgsProcessingMultiStepFeedback, for a process with the specified number of
steps
. This feedback object will proxy calls to the specifiedfeedback
object.- Parameters:
steps (int)
feedback (Optional[QgsProcessingFeedback])