marble
RoutinoPlugin.cpp
Go to the documentation of this file.
79 transports << "foot" << "horse" << "wheelchair" << "bicycle" << "moped" << "motorbike" << "motorcar" << "goods" << "hgv" << "psv";
127 bool RoutinoPlugin::supportsTemplate(RoutingProfilesModel::ProfileTemplate profileTemplate) const
137 QHash< QString, QVariant > RoutinoPlugin::templateSettings(RoutingProfilesModel::ProfileTemplate profileTemplate) const
QString description() const
Returns a user description of the plugin.
Definition: RoutinoPlugin.cpp:47
bool supportsTemplate(RoutingProfilesModel::ProfileTemplate profileTemplate) const
True if the plugin supports the given routing profile template.
Definition: RoutinoPlugin.cpp:127
iterator insert(const Key &key, const T &value)
QString guiString() const
Returns the string that should appear in the user interface.
Definition: RoutinoPlugin.cpp:32
Definition: PluginInterface.h:28
const_iterator insert(const T &value)
QHash< QString, QVariant > templateSettings(RoutingProfilesModel::ProfileTemplate profileTemplate) const
Settings for the given routing profile template.
Definition: RoutinoPlugin.cpp:137
QList< PluginAuthor > pluginAuthors() const
Definition: RoutinoPlugin.cpp:57
QString tr(const char *sourceText, const char *disambiguation, int n)
bool exists() const
QString fromUtf8(const char *str, int size)
RoutinoPlugin(QObject *parent=0)
Definition: RoutinoPlugin.cpp:20
const T value(const Key &key) const
Definition: RoutinoRunner.h:22
bool contains(const T &value) const
virtual RoutingRunner * newRunner() const
Plugin factory method to create a new runner instance.
Definition: RoutinoPlugin.cpp:63
QString copyrightYears() const
Definition: RoutinoPlugin.cpp:52
void setSupportedCelestialBodies(const QStringList &celestialBodies)
Definition: RoutingRunnerPlugin.cpp:61
void setCanWorkOffline(bool canWorkOffline)
Definition: RoutingRunnerPlugin.cpp:66
Definition: RoutingRunner.h:28
A plugin for Marble to execute a routing task.
Definition: RoutingRunnerPlugin.h:33
bool contains(const Key &key) const
Definition: RoutinoPlugin.h:23
ConfigWidget * configWidget()
Method for getting a pointer to the configuration widget of the plugin.
Definition: RoutinoPlugin.cpp:122
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.