#include <QGCMapTasks.h>
|
| enum class | TaskType {
taskInit
, taskCacheTile
, taskFetchTile
, taskFetchTileSets
,
taskCreateTileSet
, taskGetTileDownloadList
, taskUpdateTileDownloadState
, taskDeleteTileSet
,
taskRenameTileSet
, taskPruneCache
, taskReset
, taskExport
,
taskImport
} |
| |
Definition at line 314 of file QGCMapTasks.h.
◆ QGCExportTileTask()
| QGCExportTileTask::QGCExportTileTask |
( |
const QList< TileSetRecord > & |
sets, |
|
|
const QString & |
path, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
inlineexplicit |
◆ ~QGCExportTileTask()
| QGCExportTileTask::~QGCExportTileTask |
( |
| ) |
|
|
default |
◆ actionCompleted
| void QGCExportTileTask::actionCompleted |
( |
| ) |
|
|
signal |
◆ actionProgress
| void QGCExportTileTask::actionProgress |
( |
int |
percentage | ) |
|
|
signal |
◆ path()
| QString QGCExportTileTask::path |
( |
| ) |
const |
|
inline |
◆ setExportCompleted()
| void QGCExportTileTask::setExportCompleted |
( |
| ) |
|
|
inline |
◆ setProgress()
| void QGCExportTileTask::setProgress |
( |
int |
percentage | ) |
|
|
inline |
◆ sets()
The documentation for this class was generated from the following file: