marble
#include <VectorTileLayer.h>

Public Slots | |
| bool | render (GeoPainter *painter, ViewportParams *viewport, const QString &renderPos="NONE", GeoSceneLayer *layer=0) |
| void | reset () |
| void | setMapTheme (const QVector< const GeoSceneVectorTile * > &textures, const GeoSceneGroup *textureLayerSettings) |
Public Member Functions | |
| VectorTileLayer (HttpDownloadManager *downloadManager, const PluginManager *pluginManager, GeoDataTreeModel *treeModel) | |
| ~VectorTileLayer () | |
| QStringList | renderPosition () const |
Public Member Functions inherited from Marble::LayerInterface | |
| virtual | ~LayerInterface () |
| virtual bool | render (GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer)=0 |
| virtual QString | runtimeTrace () const |
| virtual qreal | zValue () const |
Detailed Description
Definition at line 44 of file VectorTileLayer.h.
Constructor & Destructor Documentation
| Marble::VectorTileLayer::VectorTileLayer | ( | HttpDownloadManager * | downloadManager, |
| const PluginManager * | pluginManager, | ||
| GeoDataTreeModel * | treeModel | ||
| ) |
Definition at line 98 of file VectorTileLayer.cpp.
| Marble::VectorTileLayer::~VectorTileLayer | ( | ) |
Definition at line 108 of file VectorTileLayer.cpp.
Member Function Documentation
|
slot |
Definition at line 118 of file VectorTileLayer.cpp.
|
virtual |
Preferred level in the layer stack for the rendering.
Gives a preferred level in the existing layer stack where the render() method of this plugin should get executed. Possible Values: "NONE" "STARS" "BEHIND_TARGET" "SURFACE" "HOVERS_ABOVE_SURFACE" "ATMOSPHERE" "ORBIT" "ALWAYS_ON_TOP" "FLOAT_ITEM" "USER_TOOLS"
Implements Marble::LayerInterface.
Definition at line 113 of file VectorTileLayer.cpp.
|
slot |
Definition at line 132 of file VectorTileLayer.cpp.
|
slot |
Definition at line 139 of file VectorTileLayer.cpp.
The documentation for this class was generated from the following files:
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.
KDE API Reference
Public Member Functions inherited from