marble
OpenCachingPlugin.cpp
Go to the documentation of this file.
void setNumberOfItems(quint32 number)
Set the number of items to be shown at the same time.
Definition: AbstractDataPlugin.cpp:156
iterator insert(const Key &key, const T &value)
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the item.
Definition: OpenCachingPlugin.cpp:99
void restoreDefaultSettings()
Passes an empty set of settings to the plugin.
Definition: RenderPlugin.cpp:221
QString tr(const char *sourceText, const char *disambiguation, int n)
QString name() const
Returns the user-visible name of the plugin.
Definition: OpenCachingPlugin.cpp:49
void setMinDifficulty(double minDifficulty)
Definition: OpenCachingModel.cpp:122
void settingsChanged(QString nameId)
This signal is emitted if the settings of the RenderPlugin changed.
void setMaxDistance(int maxDistance)
Definition: OpenCachingModel.cpp:117
QString guiString() const
String that should be displayed in GUI.
Definition: OpenCachingPlugin.cpp:54
void setNumResults(int numResults)
Definition: OpenCachingModel.cpp:112
void setStartDate(const QDateTime &startDate)
Definition: OpenCachingModel.cpp:132
void setModel(AbstractDataPluginModel *model)
Set the model of the plugin.
Definition: AbstractDataPlugin.cpp:134
virtual QString nameId() const =0
Returns the unique name of the plugin.
void setEndDate(const QDateTime &endDate)
Definition: OpenCachingModel.cpp:137
const T value(const Key &key) const
QDateTime fromString(const QString &string, Qt::DateFormat format)
Plugin to display geocaches from opencaching.de on the map.
Definition: OpenCachingPlugin.h:33
QDateTime currentDateTime()
virtual QHash< QString, QVariant > settings() const
Definition: OpenCachingPlugin.cpp:94
void setMaxDifficulty(double maxDifficulty)
Definition: OpenCachingModel.cpp:127
bool contains(const Key &key) const
QString description() const
Returns a user description of the plugin.
Definition: OpenCachingPlugin.cpp:59
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
AbstractDataPluginModel * model()
Definition: AbstractDataPlugin.cpp:124
virtual bool isInitialized() const
Definition: OpenCachingPlugin.cpp:44
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.