Home
last modified time | relevance | path

Searched refs:setWaypoints (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.h119 void setWaypoints(const QList<QGeoCoordinate> &waypoints);
H A Dqgeorouterequest.cpp286 void QGeoRouteRequest::setWaypoints(const QList<QGeoCoordinate> &waypoints) in setWaypoints() function in QGeoRouteRequest
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h295 Q_PROPERTY(QVariantList waypoints READ waypoints WRITE setWaypoints NOTIFY waypointsChanged)
378 void setWaypoints(const QVariantList &value);
H A Dqdeclarativegeoroutemodel.cpp893 void QDeclarativeGeoRouteQuery::setWaypoints(const QVariantList &value) in setWaypoints() function in QDeclarativeGeoRouteQuery
1524 request_.setWaypoints(waypointCoordinates(m_waypoints)); in routeRequest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp233 qgeorouterequest->setWaypoints(waypoints); in waypoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp345 m_dummyRequest.setWaypoints(waypoints); in initTestCase()