marble
Marble::TileId Class Reference
#include <TileId.h>
Public Member Functions | |
TileId (QString const &mapThemeId, int zoomLevel, int tileX, int tileY) | |
TileId (uint mapThemeIdHash, int zoomLevel, int tileX, int tileY) | |
TileId () | |
uint | mapThemeIdHash () const |
bool | operator< (TileId const &rhs) const |
bool | operator== (TileId const &rhs) const |
GeoDataLatLonBox | toLatLonBox (const GeoSceneTiled *textureLayer) const |
int | x () const |
int | y () const |
int | zoomLevel () const |
Static Public Member Functions | |
static TileId | fromCoordinates (const GeoDataCoordinates &coords, int popularity) |
Detailed Description
Constructor & Destructor Documentation
Marble::TileId::TileId | ( | QString const & | mapThemeId, |
int | zoomLevel, | ||
int | tileX, | ||
int | tileY | ||
) |
Definition at line 21 of file TileId.cpp.
Marble::TileId::TileId | ( | uint | mapThemeIdHash, |
int | zoomLevel, | ||
int | tileX, | ||
int | tileY | ||
) |
Definition at line 26 of file TileId.cpp.
Marble::TileId::TileId | ( | ) |
Definition at line 31 of file TileId.cpp.
Member Function Documentation
|
static |
Definition at line 62 of file TileId.cpp.
|
inline |
|
inline |
GeoDataLatLonBox Marble::TileId::toLatLonBox | ( | const GeoSceneTiled * | textureLayer | ) | const |
Definition at line 36 of file TileId.cpp.
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
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.