marble
OpenRouteServicePlugin.h
Go to the documentation of this file.
48 virtual QHash<QString, QVariant> templateSettings( RoutingProfilesModel::ProfileTemplate profileTemplate ) const;
QString copyrightYears() const
Definition: OpenRouteServicePlugin.cpp:52
virtual QHash< QString, QVariant > templateSettings(RoutingProfilesModel::ProfileTemplate profileTemplate) const
Settings for the given routing profile template.
Definition: OpenRouteServicePlugin.cpp:131
OpenRouteServicePlugin(QObject *parent=0)
Definition: OpenRouteServicePlugin.cpp:19
QString nameId() const
Returns the unique name of the plugin.
Definition: OpenRouteServicePlugin.cpp:37
QString version() const
Definition: OpenRouteServicePlugin.cpp:42
ConfigWidget * configWidget()
Method for getting a pointer to the configuration widget of the plugin.
Definition: OpenRouteServicePlugin.cpp:115
QString name() const
Returns the user-visible name of the plugin.
Definition: OpenRouteServicePlugin.cpp:27
QString description() const
Returns a user description of the plugin.
Definition: OpenRouteServicePlugin.cpp:47
Definition: RoutingRunner.h:28
A plugin for Marble to execute a routing task.
Definition: RoutingRunnerPlugin.h:33
QString guiString() const
Returns the string that should appear in the user interface.
Definition: OpenRouteServicePlugin.cpp:32
virtual bool supportsTemplate(RoutingProfilesModel::ProfileTemplate profileTemplate) const
True if the plugin supports the given routing profile template.
Definition: OpenRouteServicePlugin.cpp:121
QObject * parent() const
virtual RoutingRunner * newRunner() const
Plugin factory method to create a new runner instance.
Definition: OpenRouteServicePlugin.cpp:63
QList< PluginAuthor > pluginAuthors() const
Definition: OpenRouteServicePlugin.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: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.