mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
80 lines
2.2 KiB
Plaintext
80 lines
2.2 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/processing/qgsprocessinghistorywidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsProcessingHistoryWidget : QgsPanelWidget
|
|
{
|
|
%Docstring(signature="appended")
|
|
A widget for showing Processing algorithm execution history.
|
|
|
|
.. versionadded:: 3.32
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsprocessinghistorywidget.h"
|
|
%End
|
|
public:
|
|
QgsProcessingHistoryWidget( QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor for QgsProcessingHistoryWidget, with the specified
|
|
``parent`` widget.
|
|
%End
|
|
|
|
public slots:
|
|
|
|
void clearHistory();
|
|
%Docstring
|
|
Clears the Processing history (after user confirmation).
|
|
%End
|
|
|
|
void openHelp();
|
|
%Docstring
|
|
Opens helps for the widget.
|
|
%End
|
|
|
|
void saveLog();
|
|
%Docstring
|
|
Interactively allows users to save the history log.
|
|
%End
|
|
|
|
};
|
|
|
|
class QgsProcessingHistoryDialog : QDialog
|
|
{
|
|
%Docstring(signature="appended")
|
|
A dialog for showing Processing algorithm execution history.
|
|
|
|
.. warning::
|
|
|
|
This is not part of stable API -- it is exposed to Python for internal use by Processing only!
|
|
|
|
.. versionadded:: 3.32
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsprocessinghistorywidget.h"
|
|
%End
|
|
public:
|
|
QgsProcessingHistoryDialog( QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor for QgsProcessingHistoryDialog.
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/processing/qgsprocessinghistorywidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|