marble
#include <MarbleSplashLayer.h>
Public Member Functions | |
MarbleSplashLayer () | |
virtual bool | render (GeoPainter *painter, ViewportParams *viewport, const QString &renderPos="SURFACE", GeoSceneLayer *layer=0) |
virtual QStringList | renderPosition () const |
RenderState | renderState () const |
virtual QString | runtimeTrace () const |
Public Member Functions inherited from Marble::LayerInterface | |
virtual | ~LayerInterface () |
virtual qreal | zValue () const |
Detailed Description
Definition at line 20 of file MarbleSplashLayer.h.
Constructor & Destructor Documentation
Marble::MarbleSplashLayer::MarbleSplashLayer | ( | ) |
Definition at line 25 of file MarbleSplashLayer.cpp.
Member Function Documentation
|
virtual |
Renders the content provided by the layer on the viewport.
- Parameters
-
painter painter object allowing to paint on the map viewport metadata, such as current projection, screen dimension, etc. renderPos current render position layer deprecated, always zero (NULL)
- Returns
true
Returns whether the rendering has been successful
Implements Marble::LayerInterface.
Definition at line 34 of file MarbleSplashLayer.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 29 of file MarbleSplashLayer.cpp.
|
virtual |
Reimplemented from Marble::LayerInterface.
Definition at line 69 of file MarbleSplashLayer.cpp.
|
inlinevirtual |
Returns a debug line for perfo/tracing issues.
Reimplemented from Marble::LayerInterface.
Definition at line 32 of file MarbleSplashLayer.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.