QGIS/python/gui/auto_generated/processing/qgsprocessinghistoryprovider.sip.in
Nyall Dawson 5e5540c890 [processing] Port algorithm log to new history provider API
No user visible changes, but we gain the flexibility for better
history storage, including the ability to store the outputs
calculated by the algorithm execution...!
2021-12-21 15:32:57 +10:00

48 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/processing/qgsprocessinghistoryprovider.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsProcessingHistoryProvider : QgsAbstractHistoryProvider
{
%Docstring(signature="appended")
History provider for operations performed through the Processing framework.
.. versionadded:: 3.24
%End
%TypeHeaderCode
#include "qgsprocessinghistoryprovider.h"
%End
public:
QgsProcessingHistoryProvider();
virtual QString id() const;
void portOldLog();
%Docstring
Ports the old text log to the history framework.
This should only be called once -- calling multiple times will result in duplicate log entries
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/processing/qgsprocessinghistoryprovider.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/