marble
PositionMarker.h
Go to the documentation of this file.
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: PositionMarker.cpp:75
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible wi...
Definition: DialogConfigurationInterface.h:31
virtual QHash< QString, QVariant > settings() const
Definition: PositionMarker.cpp:280
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: PositionMarker.cpp:124
Definition: PositionMarker.h:35
PositionMarker(const MarbleModel *marbleModel=0)
Definition: PositionMarker.cpp:40
void chooseCustomCursor()
Definition: PositionMarker.cpp:383
QList< PluginAuthor > pluginAuthors() const
Definition: PositionMarker.cpp:110
QString copyrightYears() const
Definition: PositionMarker.cpp:105
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the item.
Definition: PositionMarker.cpp:294
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: PositionMarker.cpp:65
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: PositionMarker.cpp:169
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
QString description() const
Returns a user description of the plugin.
Definition: PositionMarker.cpp:100
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
virtual qreal zValue() const
Returns the z value of the layer (default: 0.0).
Definition: PositionMarker.cpp:464
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: PositionMarker.cpp:70
void setPosition(const GeoDataCoordinates &position)
Definition: PositionMarker.cpp:367
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.