marble
FITemplateFloatItem.h
Go to the documentation of this file.
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: FITemplateFloatItem.cpp:66
FITemplateFloatItem(const QPointF &point=QPointF(-1.0, 10.0), const QSizeF &size=QSizeF(75.0, 75.0))
Definition: FITemplateFloatItem.cpp:31
bool isInitialized() const
Definition: FITemplateFloatItem.cpp:82
QString name() const
Returns the user-visible name of the plugin.
Definition: FITemplateFloatItem.cpp:51
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: FITemplateFloatItem.cpp:46
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QPainterPath backgroundShape() const
Returns the shape of the background.
Definition: FITemplateFloatItem.cpp:88
~FITemplateFloatItem()
Definition: FITemplateFloatItem.cpp:41
The abstract class for float item plugins.
Definition: AbstractFloatItem.h:45
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: FITemplateFloatItem.cpp:56
QString nameId() const
Returns the unique name of the plugin.
Definition: FITemplateFloatItem.cpp:61
bool renderFloatItem(GeoPainter *painter, ViewportParams *viewport, GeoSceneLayer *layer=0)
Definition: FITemplateFloatItem.cpp:99
bool needsUpdate(ViewportParams *viewport)
Definition: FITemplateFloatItem.cpp:94
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.