marble
Marble::OpenRouteServiceRunner Class Reference
#include <OpenRouteServiceRunner.h>
Inheritance diagram for Marble::OpenRouteServiceRunner:

Public Member Functions | |
OpenRouteServiceRunner (QObject *parent=0) | |
~OpenRouteServiceRunner () | |
virtual void | retrieveRoute (const RouteRequest *request) |
![]() | |
RoutingRunner (QObject *parent) | |
void | setModel (const MarbleModel *model) |
Additional Inherited Members | |
![]() | |
void | routeCalculated (GeoDataDocument *route) |
![]() | |
const MarbleModel * | model () const |
Detailed Description
Definition at line 27 of file OpenRouteServiceRunner.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 32 of file OpenRouteServiceRunner.cpp.
Marble::OpenRouteServiceRunner::~OpenRouteServiceRunner | ( | ) |
Definition at line 40 of file OpenRouteServiceRunner.cpp.
Member Function Documentation
|
virtual |
Start a route download orw calculation.
Called by MarbleRunnerManager, runners are expected to return the result via the routeCalculated signal. If implemented in a plugin, make sure to include Routing in the plugin capabilities, otherwise MarbleRunnerManager will ignore the plugin
Implements Marble::RoutingRunner.
Definition at line 45 of file OpenRouteServiceRunner.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.