Home
last modified time | relevance | path

Searched defs:waypoints (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp67 QList<QGeoCoordinate> waypoints; in constructor_waypoints() local
94 QList<QGeoCoordinate> waypoints; in constructor_orig_dest() local
223 void tst_QGeoRouteRequest::waypoints() in waypoints() function in tst_QGeoRouteRequest
227 QList<QGeoCoordinate> waypoints; in waypoints() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.cpp220 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
H A Dqgeorouterequest_p.h70 QList<QGeoCoordinate> waypoints; variable
H A Dqgeorouteparserosrmv5.cpp1029 const QList<QGeoCoordinate> waypoints = request.waypoints(); in requestUrl() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp73 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 QDeclarativeGeoRouteQuery
1190 void QDeclarativeGeoRouteQuery::flushWaypoints(QList<QDeclarativeGeoWaypoint *> &waypoints) in flushWaypoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.h86 QList<QGeoCoordinate> waypoints; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp237 const QList<QGeoCoordinate> waypoints = request.waypoints(); in calculateRouteRequestString() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp342 QList<QGeoCoordinate> waypoints; in initTestCase() local