marble
Marble::GeoSceneTextureTile Class Reference
#include <GeoSceneTextureTile.h>
Inheritance diagram for Marble::GeoSceneTextureTile:

Public Member Functions | |
| GeoSceneTextureTile (const QString &name) | |
| virtual const char * | nodeType () const |
Public Member Functions inherited from Marble::GeoSceneTiled | |
| GeoSceneTiled (const QString &name) | |
| ~GeoSceneTiled () | |
| void | addDownloadPolicy (const DownloadUsage usage, const int maximumConnections) |
| void | addDownloadUrl (const QUrl &) |
| QString | blending () const |
| QList< const DownloadPolicy * > | downloadPolicies () const |
| QUrl | downloadUrl (const TileId &) const |
| QVector< QUrl > | downloadUrls () const |
| bool | hasMaximumTileLevel () const |
| QString | installMap () const |
| int | levelZeroColumns () const |
| int | levelZeroRows () const |
| int | maximumTileLevel () const |
| Projection | projection () const |
| QString | relativeTileFileName (const TileId &) const |
| const ServerLayout * | serverLayout () const |
| void | setBlending (const QString &name) |
| void | setInstallMap (const QString &installMap) |
| void | setLevelZeroColumns (const int) |
| void | setLevelZeroRows (const int) |
| void | setMaximumTileLevel (const int) |
| void | setProjection (const Projection) |
| void | setServerLayout (const ServerLayout *) |
| void | setSourceDir (const QString &sourceDir) |
| void | setStorageLayout (const StorageLayout) |
| void | setTileSize (const QSize &tileSize) |
| QString | sourceDir () const |
| StorageLayout | storageLayout () const |
| QString | themeStr () const |
| const QSize | tileSize () const |
Public Member Functions inherited from Marble::GeoSceneAbstractDataset | |
| virtual | ~GeoSceneAbstractDataset () |
| int | expire () const |
| QString | fileFormat () const |
| QString | name () const |
| void | setExpire (int expire) |
| void | setFileFormat (const QString &fileFormat) |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
Additional Inherited Members | |
Public Types inherited from Marble::GeoSceneTiled | |
| enum | Projection { Equirectangular, Mercator } |
| enum | StorageLayout { Marble, OpenStreetMap, TileMapService } |
Protected Member Functions inherited from Marble::GeoSceneAbstractDataset | |
| GeoSceneAbstractDataset (const QString &name) | |
Detailed Description
Definition at line 23 of file GeoSceneTextureTile.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 22 of file GeoSceneTextureTile.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Marble::GeoSceneTiled.
Definition at line 26 of file GeoSceneTextureTile.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:56 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:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from