marble
CrosshairsPlugin.h
Go to the documentation of this file.
82 bool render( GeoPainter *painter, ViewportParams *viewport, const QString& renderPos, GeoSceneLayer * layer = 0 );
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: CrosshairsPlugin.cpp:203
The class that specifies the Marble layer interface of a plugin.
Definition: CrosshairsPlugin.h:39
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible wi...
Definition: DialogConfigurationInterface.h:31
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QString description() const
Returns a user description of the plugin.
Definition: CrosshairsPlugin.cpp:95
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: CrosshairsPlugin.cpp:60
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: CrosshairsPlugin.cpp:65
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: CrosshairsPlugin.cpp:55
QList< PluginAuthor > pluginAuthors() const
Definition: CrosshairsPlugin.cpp:105
bool isInitialized() const
Definition: CrosshairsPlugin.cpp:123
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
virtual RenderType renderType() const
Render type of the plugin.
Definition: CrosshairsPlugin.cpp:70
void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: CrosshairsPlugin.cpp:156
QString guiString() const
String that should be displayed in GUI.
Definition: CrosshairsPlugin.cpp:80
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: CrosshairsPlugin.cpp:147
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: CrosshairsPlugin.cpp:128
QString copyrightYears() const
Definition: CrosshairsPlugin.cpp:100
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
QString name() const
Returns the user-visible name of the plugin.
Definition: CrosshairsPlugin.cpp:75
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 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:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.