marble
StarsPlugin.h
Go to the documentation of this file.
165 bool render( GeoPainter *painter, ViewportParams *viewport, const QString& renderPos, GeoSceneLayer * layer = 0 );
197 T readSetting( const QHash<QString, QVariant> &settings, const QString &key, const T &defaultValue )
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
QString description() const
Returns a user description of the plugin.
Definition: StarsPlugin.cpp:128
bool eventFilter(QObject *object, QEvent *e)
Definition: StarsPlugin.cpp:1422
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: StarsPlugin.cpp:780
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible wi...
Definition: DialogConfigurationInterface.h:31
Definition: StarsPlugin.h:277
Definition: StarsPlugin.h:126
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: StarsPlugin.cpp:98
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
Definition: StarsPlugin.h:40
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: StarsPlugin.cpp:160
const T & at(int i) const
void celestialPoleGetColor()
Definition: StarsPlugin.cpp:520
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: StarsPlugin.cpp:88
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: StarsPlugin.cpp:93
int size() const
StarPoint(int id, qreal rect, qreal decl, qreal mag, int colorId)
create a starpoint from rectaszension and declination
Definition: StarsPlugin.h:51
Definition: solarsystem.h:17
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
const T value(const Key &key) const
void constellationLabelGetColor()
Definition: StarsPlugin.cpp:476
DsoPoint(QString id, qreal rect, qreal decl)
create a dsopoint from rectaszension and declination
Definition: StarsPlugin.h:99
void constellationGetColor()
Definition: StarsPlugin.cpp:465
Definition: StarsPlugin.h:88
void celestialEquatorGetColor()
Definition: StarsPlugin.cpp:509
const T & at(int i) const
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: StarsPlugin.cpp:229
Definition: Quaternion.h:41
Constellation(StarsPlugin *plugin, const QString &name, const QString &stars)
Definition: StarsPlugin.h:281
QString assembledConstellation(const QString &name)
Definition: StarsPlugin.cpp:312
bool contains(const Key &key) const
StarsPlugin(const MarbleModel *marbleModel=0)
Definition: StarsPlugin.cpp:40
int size() const
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
QList< PluginAuthor > pluginAuthors() const
Definition: StarsPlugin.cpp:138
static Quaternion fromSpherical(qreal lon, qreal lat)
used to generate Quaternion from longitude and latitude
Definition: Quaternion.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 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:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.