marble
TileLoader.h
Go to the documentation of this file.
57 QImage loadTileImage( GeoSceneTextureTile const *textureLayer, TileId const & tileId, DownloadUsage const );
58 GeoDataDocument* loadTileVectorData( GeoSceneVectorTile const *textureLayer, TileId const & tileId, DownloadUsage const usage );
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:64
static TileStatus tileStatus(GeoSceneTiled const *textureLayer, const TileId &tileId)
Returns the status of the downloaded tile file:
Definition: TileLoader.cpp:191
static bool baseTilesAvailable(GeoSceneTiled const &texture)
Returns whether the mandatory most basic tile level is fully available for the given texture layer...
Definition: TileLoader.cpp:168
static int maximumTileLevel(GeoSceneTiled const &texture)
Definition: TileLoader.cpp:138
Definition: GeoSceneTiled.h:43
GeoDataDocument * loadTileVectorData(GeoSceneVectorTile const *textureLayer, TileId const &tileId, DownloadUsage const usage)
Definition: TileLoader.cpp:90
void updateTile(QByteArray const &imageData, QString const &tileId)
Definition: TileLoader.cpp:205
Definition: TileLoader.h:51
void tileCompleted(TileId const &tileId, QImage const &tileImage)
Definition: TileLoader.h:50
TileLoader(HttpDownloadManager *const, const PluginManager *)
Definition: TileLoader.cpp:43
Definition: TileId.h:27
void downloadTile(GeoSceneTiled const *textureLayer, TileId const &, DownloadUsage const )
Definition: TileLoader.cpp:133
Definition: TileLoader.h:52
QImage loadTileImage(GeoSceneTextureTile const *textureLayer, TileId const &tileId, DownloadUsage const )
Definition: TileLoader.cpp:56
This class manages scheduled downloads.
Definition: HttpDownloadManager.h:44
Definition: TileLoader.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.