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