marble
OpenDesktopPlugin.cpp
Go to the documentation of this file.
66 return tr( "Shows OpenDesktop users' avatars and some extra information about them on the map." );
void setNumberOfItems(quint32 number)
Set the number of items to be shown at the same time.
Definition: AbstractDataPlugin.cpp:156
QString name() const
Returns the user-visible name of the plugin.
Definition: OpenDesktopPlugin.cpp:44
iterator insert(const Key &key, const T &value)
void setMarbleWidget(MarbleWidget *widget)
Definition: OpenDesktopModel.cpp:38
bool eventFilter(QObject *, QEvent *)
Definition: RenderPlugin.cpp:216
Definition: PluginInterface.h:28
Definition: OpenDesktopPlugin.h:25
QString copyrightYears() const
Definition: OpenDesktopPlugin.cpp:69
An abstract class for plugins that show data that has a geo coordinate.
Definition: AbstractDataPlugin.h:45
QString tr(const char *sourceText, const char *disambiguation, int n)
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: OpenDesktopPlugin.cpp:85
quint32 numberOfItems() const
bool isInitialized() const
Definition: AbstractDataPlugin.cpp:81
QString fromUtf8(const char *str, int size)
QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: OpenDesktopPlugin.cpp:106
bool eventFilter(QObject *object, QEvent *event)
Definition: OpenDesktopPlugin.cpp:115
void settingsChanged(QString nameId)
This signal is emitted if the settings of the RenderPlugin changed.
void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: OpenDesktopPlugin.cpp:129
void setModel(AbstractDataPluginModel *model)
Set the model of the plugin.
Definition: AbstractDataPlugin.cpp:134
const T value(const Key &key) const
QString description() const
Returns a user description of the plugin.
Definition: OpenDesktopPlugin.cpp:64
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
QString guiString() const
String that should be displayed in GUI.
Definition: OpenDesktopPlugin.cpp:49
QList< PluginAuthor > pluginAuthors() const
Definition: OpenDesktopPlugin.cpp:74
This file contains the headers for MarbleWidget.
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
virtual QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: RenderPlugin.cpp:185
AbstractDataPluginModel * model()
Definition: AbstractDataPlugin.cpp:124
Definition: OpenDesktopModel.h:22
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: RenderPlugin.cpp:195
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.