marble
OverviewMap.h
Go to the documentation of this file.
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible wi...
Definition: DialogConfigurationInterface.h:31
QList< PluginAuthor > pluginAuthors() const
Definition: OverviewMap.cpp:107
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: OverviewMap.cpp:72
void changeViewport(ViewportParams *viewport)
Definition: OverviewMap.cpp:165
void paintContent(QPainter *painter)
Here the items paint their content.
Definition: OverviewMap.cpp:189
The abstract class for float item plugins.
Definition: AbstractFloatItem.h:48
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the item.
Definition: OverviewMap.cpp:310
QString description() const
Returns a user description of the plugin.
Definition: OverviewMap.cpp:97
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
virtual QHash< QString, QVariant > settings() const
Definition: OverviewMap.cpp:299
bool eventFilter(QObject *object, QEvent *e)
Definition: OverviewMap.cpp:389
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: OverviewMap.cpp:118
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:52 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:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.