marble
EarthquakePlugin.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
Definition: EarthquakePlugin.h:27
An abstract class for plugins that show data that has a geo coordinate.
Definition: AbstractDataPlugin.h:45
QString name() const
Returns the user-visible name of the plugin.
Definition: EarthquakePlugin.cpp:51
QString description() const
Returns a user description of the plugin.
Definition: EarthquakePlugin.cpp:71
QList< PluginAuthor > pluginAuthors() const
Definition: EarthquakePlugin.cpp:81
virtual QHash< QString, QVariant > settings() const
Definition: EarthquakePlugin.cpp:119
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the item.
Definition: EarthquakePlugin.cpp:132
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
QString copyrightYears() const
Definition: EarthquakePlugin.cpp:76
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: EarthquakePlugin.cpp:93
QString guiString() const
String that should be displayed in GUI.
Definition: EarthquakePlugin.cpp:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:49 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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.