QGIS/python/PyQt6/gui/auto_generated/processing/qgsprocessinghistoryprovider.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00

67 lines
2.0 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
virtual QgsHistoryEntryNode *createNodeForEntry( const QgsHistoryEntry &entry, const QgsHistoryWidgetContext &context ) /Factory/;
signals:
void executePython( const QString &commands );
%Docstring
Emitted when the provider needs to execute python ``commands`` in the Processing context.
.. versionadded:: 3.32
%End
void createTest( const QString &command );
%Docstring
Emitted when the provider needs to create a Processing test with the given python ``command``.
.. versionadded:: 3.32
%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 *
************************************************************************/