Home
last modified time | relevance | path

Searched refs:setManeuver (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutesegment.cpp250 void QGeoRouteSegment::setManeuver(const QGeoManeuver &maneuver) in setManeuver() function in QGeoRouteSegment
253 d_ptr->setManeuver(maneuver); in setManeuver()
349 void QGeoRouteSegmentPrivate::setManeuver(const QGeoManeuver &maneuver) in setManeuver() function in QGeoRouteSegmentPrivate
461 void QGeoRouteSegmentPrivateDefault::setManeuver(const QGeoManeuver &maneuver) in setManeuver() function in QGeoRouteSegmentPrivateDefault
H A Dqgeoroutesegment_p.h90 virtual void setManeuver(const QGeoManeuver &maneuver);
130 virtual void setManeuver(const QGeoManeuver &maneuver) override;
H A Dqgeoroutesegment.h78 void setManeuver(const QGeoManeuver &maneuver);
H A Dqgeorouteparserosrmv4.cpp287 segment.setManeuver(maneuver); in constructRoute()
H A Dqgeorouteparserosrmv5.cpp897 segment.setManeuver(geoManeuver); in parseStep()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/
H A Dtst_qgeoroutesegment.cpp207 sgmt.setManeuver(*qgeomaneuver); in maneuver()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp206 segment.setManeuver(maneuver); in parseDirection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp215 segment.setManeuver(m); in updateSegment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp264 segment.setManeuver(maneuver.maneuver); in postProcessRoute()