|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCTile.h>
Public Types | |
| enum | TileState { StatePending = 0 , StateDownloading , StateError , StateComplete } |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
| int | z = 0 |
| quint64 | tileSet = UINT64_MAX |
| QString | hash |
| int | type = -1 |
| enum QGCTile::TileState |
| QString QGCTile::hash |
Definition at line 20 of file QGCTile.h.
Referenced by QGCTileCacheDatabase::getTileDownloadList().
| int QGCTile::type = -1 |
Definition at line 21 of file QGCTile.h.
Referenced by QGCTileCacheDatabase::getTileDownloadList().
| int QGCTile::x = 0 |
Definition at line 16 of file QGCTile.h.
Referenced by QGCTileCacheDatabase::getTileDownloadList().
| int QGCTile::y = 0 |
Definition at line 17 of file QGCTile.h.
Referenced by QGCTileCacheDatabase::getTileDownloadList().
| int QGCTile::z = 0 |
Definition at line 18 of file QGCTile.h.
Referenced by QGCTileCacheDatabase::getTileDownloadList().