Searched defs:waypoints (Results 1 – 8 of 8) sorted by relevance
67 QList<QGeoCoordinate> waypoints; in constructor_waypoints() local94 QList<QGeoCoordinate> waypoints; in constructor_orig_dest() local223 void tst_QGeoRouteRequest::waypoints() in waypoints() function in tst_QGeoRouteRequest227 QList<QGeoCoordinate> waypoints; in waypoints() local
220 QGeoRouteRequest::QGeoRouteRequest(const QList<QGeoCoordinate> &waypoints) in QGeoRouteRequest()286 void QGeoRouteRequest::setWaypoints(const QList<QGeoCoordinate> &waypoints) in setWaypoints()294 QList<QGeoCoordinate> QGeoRouteRequest::waypoints() const in waypoints() function in QGeoRouteRequest
70 QList<QGeoCoordinate> waypoints; variable
1029 const QList<QGeoCoordinate> waypoints = request.waypoints(); in requestUrl() local
73 static int findWaypoint(const QList<QDeclarativeGeoWaypoint *> &waypoints, const QDeclarativeGeoWay… in findWaypoint()82 static int findWaypoint(const QList<QDeclarativeGeoWaypoint *> &waypoints, const QGeoCoordinate &c) in findWaypoint()91 static QList<QGeoCoordinate> waypointCoordinates(const QList<QDeclarativeGeoWaypoint *> &waypoints) in waypointCoordinates()99 static QList<QVariantMap> waypointMetadata(const QList<QDeclarativeGeoWaypoint *> &waypoints) in waypointMetadata()865 QVariantList QDeclarativeGeoRouteQuery::waypoints() in waypoints() function in QDeclarativeGeoRouteQuery1190 void QDeclarativeGeoRouteQuery::flushWaypoints(QList<QDeclarativeGeoWaypoint *> &waypoints) in flushWaypoints()
86 QList<QGeoCoordinate> waypoints; variable
237 const QList<QGeoCoordinate> waypoints = request.waypoints(); in calculateRouteRequestString() local
342 QList<QGeoCoordinate> waypoints; in initTestCase() local