QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QObject>
#include "qgis_sip.h"
#include <QMap>
#include <QFuture>
#include <QReadWriteLock>
#include <QSemaphore>
#include <QElapsedTimer>
#include "qgis_core.h"
#include "qgsmaplayer.h"
Go to the source code of this file.
Classes | |
class | QgsTask |
Abstract base class for long running background tasks. Tasks can be controlled directly, or added to a QgsTaskManager for automatic management. More... | |
class | QgsTaskManager |
Task manager for managing a set of long-running QgsTask tasks. This class can be created directly, or accessed via QgsApplication::taskManager(). 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 QList< QgsTask * > QgsTaskList |
List of QgsTask objects.
Definition at line 33 of file qgstaskmanager.h.