|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCMapTasks.h>
Inheritance diagram for QGCPruneCacheTask:
Collaboration diagram for QGCPruneCacheTask:Signals | |
| void | pruned () |
Signals inherited from QGCMapTask | |
| void | error (QGCMapTask::TaskType type, const QString &errorString) |
Public Member Functions | |
| QGCPruneCacheTask (quint64 amount, QObject *parent=nullptr) | |
| ~QGCPruneCacheTask ()=default | |
| quint64 | amount () const |
| void | setPruned () |
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 266 of file QGCMapTasks.h.
|
inlineexplicit |
Definition at line 271 of file QGCMapTasks.h.
|
default |
|
inline |
Definition at line 277 of file QGCMapTasks.h.
|
signal |
Referenced by setPruned().
|
inline |
Definition at line 279 of file QGCMapTasks.h.
References pruned().