marble
#include <TileLoader.h>
|
void | updateTile (QByteArray const &imageData, QString const &tileId) |
|
Definition at line 44 of file TileLoader.h.
Enumerator |
---|
Missing |
|
Expired |
|
Available |
|
Definition at line 49 of file TileLoader.h.
bool Marble::TileLoader::baseTilesAvailable |
( |
GeoSceneTiled const & |
texture | ) |
|
|
static |
Returns whether the mandatory most basic tile level is fully available for the given texture
layer.
Definition at line 168 of file TileLoader.cpp.
void Marble::TileLoader::downloadTile |
( |
QUrl const & |
sourceUrl, |
|
|
QString const & |
destinationFileName, |
|
|
QString const & |
id, |
|
|
DownloadUsage |
|
|
) |
| |
|
signal |
int Marble::TileLoader::maximumTileLevel |
( |
GeoSceneTiled const & |
texture | ) |
|
|
static |
void Marble::TileLoader::tileCompleted |
( |
TileId const & |
tileId, |
|
|
QImage const & |
tileImage |
|
) |
| |
|
signal |
void Marble::TileLoader::tileCompleted |
( |
TileId const & |
tileId, |
|
|
GeoDataDocument * |
document, |
|
|
QString const & |
format |
|
) |
| |
|
signal |
Returns the status of the downloaded tile file:
- Missing when it has not been downloaded
- Expired when it has been downloaded, but is too old (as per .dgml expiration time)
- Available when it has been downloaded and is not expired
Definition at line 191 of file TileLoader.cpp.
void Marble::TileLoader::updateTile |
( |
QByteArray const & |
imageData, |
|
|
QString const & |
tileId |
|
) |
| |
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.