|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCMapTasks.h>
Inheritance diagram for QGCMapTask:
Collaboration diagram for QGCMapTask:Public Types | |
| enum class | TaskType { taskInit , taskCacheTile , taskFetchTile , taskFetchTileSets , taskCreateTileSet , taskGetTileDownloadList , taskUpdateTileDownloadState , taskDeleteTileSet , taskRenameTileSet , taskPruneCache , taskReset , taskExport , taskImport } |
Signals | |
| void | error (QGCMapTask::TaskType type, const QString &errorString) |
Public Member Functions | |
| Q_ENUM (TaskType) | |
| QGCMapTask (TaskType type, QObject *parent=nullptr) | |
| virtual | ~QGCMapTask ()=default |
| TaskType | type () const |
| void | setError (const QString &errorString=QString()) |
Definition at line 12 of file QGCMapTasks.h.
|
strong |
Definition at line 17 of file QGCMapTasks.h.
|
inlineexplicit |
Definition at line 34 of file QGCMapTasks.h.
|
virtualdefault |
|
signal |
Referenced by QGeoTiledMapReplyQGC::init().
| QGCMapTask::Q_ENUM | ( | TaskType | ) |
|
inline |
Definition at line 42 of file QGCMapTasks.h.
References error, and errorString.
Referenced by QGCCacheWorker::enqueueTask().
|
inline |
Definition at line 40 of file QGCMapTasks.h.
Referenced by QGCCacheWorker::enqueueTask().