mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/qgstaskmanagerwidget.h                                       *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class QgsTaskManagerWidget : QWidget
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| A widget which displays tasks from a :py:class:`QgsTaskManager` and allows for interaction with the manager.
 | |
| 
 | |
| .. seealso:: :py:class:`QgsTaskManager`
 | |
| %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.py again   *
 | |
|  ************************************************************************/
 |