marble
AnnotatePlugin.h
Go to the documentation of this file.
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:64
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QList< PluginAuthor > pluginAuthors() const
Definition: AnnotatePlugin.cpp:127
void loadAnnotationFile()
Definition: AnnotatePlugin.cpp:344
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:102
virtual const QList< QActionGroup * > * actionGroups() const
Getting all actions.
Definition: AnnotatePlugin.cpp:164
void placemarkAdded()
void setRemovingItems(bool)
Definition: AnnotatePlugin.cpp:233
The class that specifies the Marble layer interface of a plugin.
Definition: AnnotatePlugin.h:43
void setDrawingPolygon(bool)
Definition: AnnotatePlugin.cpp:207
Definition: SceneGraphicsItem.h:28
bool eventFilter(QObject *watched, QEvent *event)
Definition: AnnotatePlugin.cpp:393
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:174
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: AnnotatePlugin.cpp:87
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: AnnotatePlugin.cpp:92
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:122
QString description() const
Returns a user description of the plugin.
Definition: AnnotatePlugin.cpp:112
void setAddingPlacemark(bool)
Definition: AnnotatePlugin.cpp:202
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
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:82
virtual const QList< QActionGroup * > * toolbarActionGroups() const
Getting all actions which should be placed in the toolbar.
Definition: AnnotatePlugin.cpp:169
void saveAnnotationFile()
Definition: AnnotatePlugin.cpp:327
AnnotatePlugin(const MarbleModel *model=0)
Definition: AnnotatePlugin.cpp:42
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:160
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:102
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.