marble
YoursRunner.cpp
Go to the documentation of this file.
66 args = args.arg( fLat, 0, 'f', 6 ).arg( fLon, 0, 'f', 6 ).arg( tLat, 0, 'f', 6 ).arg( tLon, 0, 'f', 6 );
void setInterval(int msec)
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
void setData(const QByteArray &data)
GeoDataCoordinates destination() const
The last point, or a default constructed if empty.
Definition: RouteRequest.cpp:140
qreal latitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the latitude of the GeoDataCoordinates object use the unit parameter to switch between Radi...
Definition: GeoDataCoordinates.cpp:751
const char * name() const
int exec(QFlags< QEventLoop::ProcessEventsFlag > flags)
bool isFinished() const
QByteArray readAll()
virtual bool open(QFlags< QIODevice::OpenModeFlag > flags)
void deleteLater()
qreal longitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the longitude of the GeoDataCoordinates object use the unit parameter to switch between Rad...
Definition: GeoDataCoordinates.cpp:739
void routeCalculated(GeoDataDocument *route)
Route download/calculation is finished, result in the given route object.
Definition: GeoDataParser.h:35
Definition: RoutingRunner.h:28
virtual void retrieveRoute(const RouteRequest *request)
Start a route download orw calculation.
Definition: YoursRunner.cpp:48
void start(int msec)
QNetworkReply * get(const QNetworkRequest &request)
Definition: Serializable.h:43
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
GeoDataCoordinates source() const
The first point, or a default constructed if empty.
Definition: RouteRequest.cpp:131
void setSingleShot(bool singleShot)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 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:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.