|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCMapTaskBase.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 | |
| QGCMapTask (TaskType type, QObject *parent=nullptr) | |
| ~QGCMapTask () override=default | |
| TaskType | type () const |
| void | setError (const QString &errorString=QString()) |
Definition at line 6 of file QGCMapTaskBase.h.
|
strong |
Definition at line 11 of file QGCMapTaskBase.h.
|
inlineexplicit |
Definition at line 28 of file QGCMapTaskBase.h.
|
overridedefault |
|
signal |
Referenced by QGCCachedTileSet::createDownloadTask(), QGCMapEngineManager::deleteTileSet(), QGCMapEngineManager::exportSets(), QGCMapEngineManager::importSets(), QGeoTiledMapReplyQGC::init(), QGCMapEngineManager::loadTileSets(), QGCMapEngineManager::renameTileSet(), and QGCMapEngineManager::startDownload().
|
inline |
Definition at line 36 of file QGCMapTaskBase.h.
References error, and errorString.
Referenced by QGCCacheWorker::enqueueTask().
|
inline |
Definition at line 34 of file QGCMapTaskBase.h.
Referenced by QGCCacheWorker::enqueueTask().