QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCFetchTileTask Class Reference

#include <QGCMapTasks.h>

+ Inheritance diagram for QGCFetchTileTask:
+ Collaboration diagram for QGCFetchTileTask:

Signals

void tileFetched (QGCCacheTile *tile)
 
- Signals inherited from QGCMapTask
void error (QGCMapTask::TaskType type, const QString &errorString)
 

Public Member Functions

 QGCFetchTileTask (const QString &hash, QObject *parent=nullptr)
 
 ~QGCFetchTileTask ()=default
 
void setTileFetched (QGCCacheTile *tile)
 
QString hash () const
 
- 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
}
 

Detailed Description

Definition at line 112 of file QGCMapTasks.h.

Constructor & Destructor Documentation

◆ QGCFetchTileTask()

QGCFetchTileTask::QGCFetchTileTask ( const QString &  hash,
QObject *  parent = nullptr 
)
inlineexplicit

Definition at line 117 of file QGCMapTasks.h.

◆ ~QGCFetchTileTask()

QGCFetchTileTask::~QGCFetchTileTask ( )
default

Member Function Documentation

◆ hash()

QString QGCFetchTileTask::hash ( ) const
inline

Definition at line 128 of file QGCMapTasks.h.

◆ setTileFetched()

void QGCFetchTileTask::setTileFetched ( QGCCacheTile tile)
inline

Definition at line 123 of file QGCMapTasks.h.

References tileFetched().

◆ tileFetched

void QGCFetchTileTask::tileFetched ( QGCCacheTile tile)
signal

The documentation for this class was generated from the following file: