QGIS/python/core/auto_generated/processing/qgsprocessingbatch.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

54 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/processing/qgsprocessingbatch.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsProcessingBatchFeedback : QgsProcessingMultiStepFeedback
{
%Docstring(signature="appended")
Processing feedback subclass for use when batch processing.
.. versionadded:: 3.26
%End
%TypeHeaderCode
#include "qgsprocessingbatch.h"
%End
public:
QgsProcessingBatchFeedback( int tasks, QgsProcessingFeedback *feedback );
%Docstring
Constructor for QgsProcessingBatchFeedback, for a process with the
specified number of ``tasks``. This feedback object will proxy calls to
the specified ``feedback`` object.
%End
virtual void reportError( const QString &error, bool fatalError = false );
QStringList popErrors();
%Docstring
Takes the current list of reported errors and clears the stored list of
errors.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/processing/qgsprocessingbatch.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/