marble
#include <Routing.h>
Definition at line 15 of file Routing.qml.
Enumerator |
---|
Motorcar |
|
Bicycle |
|
Pedestrian |
|
Definition at line 34 of file Routing.h.
Routing::Routing |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
void Routing::addVia |
( |
qreal |
lon, |
|
|
qreal |
lat |
|
) |
| |
|
slot |
void Routing::clearRoute |
( |
| ) |
|
|
slot |
bool Routing::hasRoute |
( |
| ) |
const |
void Routing::hasRouteChanged |
( |
| ) |
|
|
signal |
void Routing::mapChanged |
( |
| ) |
|
|
signal |
void Routing::openRoute |
( |
const QString & |
filename | ) |
|
|
slot |
void Routing::removeVia |
( |
int |
index | ) |
|
|
slot |
void Routing::reverseRoute |
( |
| ) |
|
|
slot |
QString Routing::routingProfile |
( |
| ) |
const |
void Routing::routingProfileChanged |
( |
| ) |
|
|
signal |
void Routing::saveRoute |
( |
const QString & |
filename | ) |
|
|
slot |
- Todo:
- FIXME: Restrictive assumptions on available plugins and certain profile loading implementation
Definition at line 58 of file Routing.cpp.
void Routing::setRoutingProfile |
( |
const QString & |
profile | ) |
|
void Routing::setVia |
( |
int |
index, |
|
|
qreal |
lon, |
|
|
qreal |
lat |
|
) |
| |
|
slot |
void Routing::updateRoute |
( |
| ) |
|
|
slot |
QObject * Routing::waypointModel |
( |
| ) |
|
|
slot |
QString Routing::routingProfile |
|
readwrite |
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:55 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.