mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgstaskmanagerwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsTaskManagerWidget : QWidget
|
|
{
|
|
%Docstring
|
|
A widget which displays tasks from a QgsTaskManager and allows for interaction with the manager.
|
|
|
|
.. seealso:: :py:class:`QgsTaskManager`
|
|
|
|
.. versionadded:: 3.0
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgstaskmanagerwidget.h"
|
|
%End
|
|
public:
|
|
|
|
QgsTaskManagerWidget( QgsTaskManager *manager, QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor for QgsTaskManagerWidget
|
|
|
|
:param manager: task manager associated with widget
|
|
:param parent: parent widget
|
|
%End
|
|
|
|
~QgsTaskManagerWidget();
|
|
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgstaskmanagerwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|