marble
AnnotatePlugin.h
Go to the documentation of this file.
QString name() const
Returns the user-visible name of the plugin.
Definition: AnnotatePlugin.cpp:116
void overlayAdded()
void itemRemoved()
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QList< PluginAuthor > pluginAuthors() const
Definition: AnnotatePlugin.cpp:146
void setAddingOverlay(bool)
Definition: AnnotatePlugin.cpp:273
void loadAnnotationFile()
Definition: AnnotatePlugin.cpp:417
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
virtual bool event(QEvent *e)
virtual const QList< QActionGroup * > * actionGroups() const
Getting all actions.
Definition: AnnotatePlugin.cpp:187
void placemarkAdded()
void setRemovingItems(bool)
Definition: AnnotatePlugin.cpp:289
This class specifies the Marble layer interface of a plugin which annotates maps with polygons and pl...
Definition: AnnotatePlugin.h:49
void setDrawingPolygon(bool)
Definition: AnnotatePlugin.cpp:230
Definition: AreaAnnotation.h:24
This is the base class for all scene graphics included within the annotate plugin.
Definition: SceneGraphicsItem.h:34
bool eventFilter(QObject *watched, QEvent *event)
Definition: AnnotatePlugin.cpp:468
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: AnnotatePlugin.cpp:197
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: AnnotatePlugin.cpp:106
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: AnnotatePlugin.cpp:111
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
QString copyrightYears() const
Definition: AnnotatePlugin.cpp:141
QString description() const
Returns a user description of the plugin.
Definition: AnnotatePlugin.cpp:131
void setAddingPlacemark(bool)
Definition: AnnotatePlugin.cpp:225
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: AnnotatePlugin.cpp:101
void setAddingPolygonHole(bool)
Definition: AnnotatePlugin.cpp:259
virtual const QList< QActionGroup * > * toolbarActionGroups() const
Getting all actions which should be placed in the toolbar.
Definition: AnnotatePlugin.cpp:192
void saveAnnotationFile()
Definition: AnnotatePlugin.cpp:400
AnnotatePlugin(const MarbleModel *model=0)
Definition: AnnotatePlugin.cpp:56
Wraps a Marble::MarbleWidget, providing access to important properties and methods.
Definition: MarbleDeclarativeWidget.h:50
virtual QString runtimeTrace() const
Returns a debug line for perfo/tracing issues.
Definition: AnnotatePlugin.cpp:182
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
QString guiString() const
String that should be displayed in GUI.
Definition: AnnotatePlugin.cpp:121
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 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:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.