marble
AprsPlugin.h
Go to the documentation of this file.
69 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
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
void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: AprsPlugin.cpp:385
QString description() const
Returns a user description of the plugin.
Definition: AprsPlugin.cpp:155
QList< PluginAuthor > pluginAuthors() const
Definition: AprsPlugin.cpp:165
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: AprsPlugin.cpp:263
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: AprsPlugin.cpp:120
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: AprsPlugin.cpp:414
Definition: AprsGatherer.h:26
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: AprsPlugin.cpp:130
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
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: AprsPlugin.cpp:125
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.