marble
TravelingSalesmanRunner.cpp
Go to the documentation of this file.
45 void TravelingSalesmanRunnerPrivate::merge( GeoDataLineString* one, const GeoDataLineString& two ) const
56 GeoDataLineString TravelingSalesmanRunnerPrivate::retrieveWaypoints( const QPair<QString, QString> &query ) const
89 GeoDataLineString TravelingSalesmanRunnerPrivate::parseTravelingSalesmanOutput( QFile &file ) const
117 GeoDataDocument* TravelingSalesmanRunnerPrivate::createDocument( GeoDataLineString* routeWaypoints ) const
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
TravelingSalesmanRunner(QObject *parent=0)
Definition: TravelingSalesmanRunner.cpp:140
const_iterator constEnd() const
QString fileName() const
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
A LineString that allows to store a contiguous set of line segments.
Definition: GeoDataLineString.h:75
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
bool waitForStarted(int msecs)
QString fileName() const
const_iterator constBegin() const
GeoDataFeature::GeoDataVisualCategory category() const
Definition: TravelingSalesmanRunner.cpp:154
virtual void retrieveRoute(RouteRequest *request)
Definition: TravelingSalesmanRunner.cpp:159
int length() const
GeoDataVisualCategory
A categorization of a placemark as defined by ...FIXME.
Definition: GeoDataFeature.h:77
bool open()
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
~TravelingSalesmanRunner()
Definition: TravelingSalesmanRunner.cpp:149
void start(const QString &program, const QStringList &arguments, QFlags< QIODevice::OpenModeFlag > mode)
bool waitForFinished(int msecs)
GeoDataCoordinates at(int index) const
Accessor for the n-th position.
Definition: RouteRequest.cpp:149
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.