marble
Marble::DownloadRegion Class Reference
#include <DownloadRegion.h>
Inheritance diagram for Marble::DownloadRegion:
Public Member Functions | |
DownloadRegion (QObject *parent=0) | |
~DownloadRegion () | |
QVector< TileCoordsPyramid > | region (const TextureLayer *textureLayer, const GeoDataLatLonAltBox ®ion) const |
QVector< TileCoordsPyramid > | routeRegion (const TextureLayer *textureLayer, qreal offset) const |
void | setMarbleModel (MarbleModel *model) |
void | setTileLevelRange (int const minimumTileLevel, int const maximumTileLevel) |
void | setVisibleTileLevel (int const tileLevel) |
Detailed Description
Definition at line 28 of file DownloadRegion.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 76 of file DownloadRegion.cpp.
Marble::DownloadRegion::~DownloadRegion | ( | ) |
Definition at line 87 of file DownloadRegion.cpp.
Member Function Documentation
QVector< TileCoordsPyramid > Marble::DownloadRegion::region | ( | const TextureLayer * | textureLayer, |
const GeoDataLatLonAltBox & | region | ||
) | const |
Definition at line 101 of file DownloadRegion.cpp.
QVector< TileCoordsPyramid > Marble::DownloadRegion::routeRegion | ( | const TextureLayer * | textureLayer, |
qreal | offset | ||
) | const |
calculates the region to be downloaded around a route
Definition at line 177 of file DownloadRegion.cpp.
void Marble::DownloadRegion::setMarbleModel | ( | MarbleModel * | model | ) |
Definition at line 82 of file DownloadRegion.cpp.
void Marble::DownloadRegion::setTileLevelRange | ( | int const | minimumTileLevel, |
int const | maximumTileLevel | ||
) |
Definition at line 92 of file DownloadRegion.cpp.
void Marble::DownloadRegion::setVisibleTileLevel | ( | int const | tileLevel | ) |
Definition at line 172 of file DownloadRegion.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:55 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:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.