QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Classes | Typedefs
qgstaskmanager.h File Reference
#include <QObject>
#include "qgis_sip.h"
#include "qgis.h"
#include <QMap>
#include <QFuture>
#include <QReadWriteLock>
#include "qgis_core.h"
#include "qgsmaplayer.h"
Include dependency graph for qgstaskmanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsTask
 Abstract base class for long running background tasks. More...
 
class  QgsTaskManager
 Task manager for managing a set of long-running QgsTask tasks. More...
 
struct  QgsTaskManager::TaskDefinition
 Definition of a task for inclusion in the manager. More...
 

Typedefs

typedef QList< QgsTask * > QgsTaskList
 List of QgsTask objects. More...
 

Typedef Documentation

typedef QList< QgsTask * > QgsTaskList

List of QgsTask objects.

Definition at line 32 of file qgstaskmanager.h.