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:52
QString description() const
Returns a user description of the plugin.
Definition: EarthquakePlugin.cpp:72
QList< PluginAuthor > pluginAuthors() const
Definition: EarthquakePlugin.cpp:82
virtual QHash< QString, QVariant > settings() const
Definition: EarthquakePlugin.cpp:120
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the item.
Definition: EarthquakePlugin.cpp:133
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
QString copyrightYears() const
Definition: EarthquakePlugin.cpp:77
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: EarthquakePlugin.cpp:94
QString guiString() const
String that should be displayed in GUI.
Definition: EarthquakePlugin.cpp:57
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.