marble
LayerManager.h
Go to the documentation of this file.
void visibilityChanged(const QString &nameId, bool visible)
LayerManager(const MarbleModel *model, QObject *parent=0)
Definition: LayerManager.cpp:86
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QList< LayerInterface * > internalLayers() const
Definition: LayerManager.cpp:262
QList< RenderPlugin * > renderPlugins() const
Returns a list of all RenderPlugins on the layer, this includes float items.
Definition: LayerManager.cpp:104
Definition: LayerInterface.h:26
void addLayer(LayerInterface *layer)
Add a layer to be included in rendering.
Definition: LayerManager.cpp:252
Handles rendering of all active layers in the correct order.
Definition: LayerManager.h:43
QList< AbstractFloatItem * > floatItems() const
Returns a list of all FloatItems on the layer.
Definition: LayerManager.cpp:109
void renderPluginInitialized(RenderPlugin *renderPlugin)
Signal that a render item has been initialized.
Definition: RenderState.h:22
void setShowBackground(bool show)
Definition: LayerManager.cpp:242
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
void pluginSettingsChanged()
This signal is emitted when the settings of a plugin changed.
QList< AbstractDataPluginItem * > whichItemAt(const QPoint &curpos) const
Returns all items of dataPlugins on the position curpos.
Definition: LayerManager.cpp:119
void repaintNeeded(const QRegion &dirtyRegion=QRegion())
This signal is emitted when the repaint of the view was requested by a plugin.
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
void setShowRuntimeTrace(bool show)
Definition: LayerManager.cpp:247
QList< AbstractDataPlugin * > dataPlugins() const
Returns a list of all DataPlugins on the layer.
Definition: LayerManager.cpp:114
void removeLayer(LayerInterface *layer)
Remove a layer from being included in rendering.
Definition: LayerManager.cpp:257
QObject * parent() const
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
void renderLayers(GeoPainter *painter, ViewportParams *viewport)
Definition: LayerManager.cpp:129
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.