|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCMapTasks.h>
Inheritance diagram for QGCFetchTileSetTask:
Collaboration diagram for QGCFetchTileSetTask:Signals | |
| void | tileSetFetched (QGCCachedTileSet *tileSet) |
Signals inherited from QGCMapTask | |
| void | error (QGCMapTask::TaskType type, const QString &errorString) |
Public Member Functions | |
| QGCFetchTileSetTask (QObject *parent=nullptr) | |
| ~QGCFetchTileSetTask ()=default | |
| void | setTileSetFetched (QGCCachedTileSet *tileSet) |
Public Member Functions inherited from QGCMapTask | |
| Q_ENUM (TaskType) | |
| QGCMapTask (TaskType type, QObject *parent=nullptr) | |
| virtual | ~QGCMapTask ()=default |
| TaskType | type () const |
| void | setError (const QString &errorString=QString()) |
Additional Inherited Members | |
Public Types inherited from QGCMapTask | |
| enum class | TaskType { taskInit , taskCacheTile , taskFetchTile , taskFetchTileSets , taskCreateTileSet , taskGetTileDownloadList , taskUpdateTileDownloadState , taskDeleteTileSet , taskRenameTileSet , taskPruneCache , taskReset , taskExport , taskImport } |
Definition at line 56 of file QGCMapTasks.h.
|
inlineexplicit |
Definition at line 61 of file QGCMapTasks.h.
|
default |
|
inline |
Definition at line 66 of file QGCMapTasks.h.
References tileSetFetched().
|
signal |
Referenced by setTileSetFetched().