marble
SatellitesPlugin.h
Go to the documentation of this file.
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
SatellitesConfigDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: SatellitesPlugin.cpp:368
virtual ~SatellitesPlugin()
Definition: SatellitesPlugin.cpp:61
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible wi...
Definition: DialogConfigurationInterface.h:31
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: SatellitesPlugin.cpp:70
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: SatellitesPlugin.cpp:270
QString copyrightYears() const
Definition: SatellitesPlugin.cpp:110
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer)
Renders the content provided by the layer on the viewport.
Definition: SatellitesPlugin.cpp:184
QString guiString() const
String that should be displayed in GUI.
Definition: SatellitesPlugin.cpp:95
void addBuiltInDataSources()
Definition: SatellitesPlugin.cpp:434
QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: SatellitesPlugin.cpp:257
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: SatellitesPlugin.cpp:75
This plugin displays satellites and their orbits.
Definition: SatellitesPlugin.h:31
virtual bool event(QEvent *e)
void activateDataSource(const QString &source)
Definition: SatellitesPlugin.cpp:424
SatellitesPlugin(const MarbleModel *marbleModel=0)
Definition: SatellitesPlugin.cpp:34
QString name() const
Returns the user-visible name of the plugin.
Definition: SatellitesPlugin.cpp:85
QList< PluginAuthor > pluginAuthors() const
Definition: SatellitesPlugin.cpp:115
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
bool eventFilter(QObject *object, QEvent *event)
Definition: SatellitesPlugin.cpp:197
QString description() const
Returns a user description of the plugin.
Definition: SatellitesPlugin.cpp:105
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: SatellitesPlugin.cpp:80
QString aboutDataText() const
Returns about text (credits) for external data the plugin uses.
Definition: SatellitesPlugin.cpp:123
bool isInitialized() const
Definition: SatellitesPlugin.cpp:179
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
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.