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

Public Member Functions | |
OSRMRunner (QObject *parent=0) | |
~OSRMRunner () | |
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 28 of file OSRMRunner.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 40 of file OSRMRunner.cpp.
Marble::OSRMRunner::~OSRMRunner | ( | ) |
Definition at line 48 of file OSRMRunner.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 53 of file OSRMRunner.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.