marble
EclipsesPlugin.h
Go to the documentation of this file.
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
QString copyrightYears() const
Definition: EclipsesPlugin.cpp:122
void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: EclipsesPlugin.cpp:358
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 renderPolicy() const
Return how the plugin settings should be used.
Definition: EclipsesPlugin.cpp:87
QString description() const
Returns a user description of the plugin.
Definition: EclipsesPlugin.cpp:117
QList< QActionGroup * > * actionGroups() const
Getting all actions.
Definition: EclipsesPlugin.cpp:145
bool eventFilter(QObject *object, QEvent *e)
Definition: EclipsesPlugin.cpp:223
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: EclipsesPlugin.cpp:92
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: EclipsesPlugin.cpp:82
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: EclipsesPlugin.cpp:150
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer)
Renders the content provided by the layer on the viewport.
Definition: EclipsesPlugin.cpp:236
RenderPlugin::RenderType renderType() const
Render type of the plugin.
Definition: EclipsesPlugin.cpp:139
QList< PluginAuthor > pluginAuthors() const
Definition: EclipsesPlugin.cpp:127
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
QString guiString() const
String that should be displayed in GUI.
Definition: EclipsesPlugin.cpp:107
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
Wraps a Marble::MarbleWidget, providing access to important properties and methods.
Definition: MarbleDeclarativeWidget.h:50
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: EclipsesPlugin.cpp:353
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.