Home
last modified time | relevance | path

Searched refs:routeLegs (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp319 QList<QGeoRouteLeg> QGeoRoute::routeLegs() const in routeLegs() function in QGeoRoute
321 return d_ptr->routeLegs(); in routeLegs()
392 && (routeLegs() == other.routeLegs()) in equals()
491 QList<QGeoRouteLeg> QGeoRoutePrivate::routeLegs() const in routeLegs() function in QGeoRoutePrivate
666 QList<QGeoRouteLeg> QGeoRoutePrivateDefault::routeLegs() const in routeLegs() function in QGeoRoutePrivateDefault
H A Dqgeoroute_p.h102 virtual QList<QGeoRouteLeg> routeLegs() const;
158 virtual QList<QGeoRouteLeg> routeLegs() const override;
H A Dqgeoroute.h91 QList<QGeoRouteLeg> routeLegs() const;
H A Dqgeorouteparserosrmv5.cpp939 QList<QGeoRouteLeg> routeLegs; in parseReply() local
989 routeLegs << routeLeg; in parseReply()
1009 route.setRouteLegs(routeLegs); in parseReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp345 if (route_.routeLegs().size() != legs_.size()) { in legs()
347 QList<QGeoRouteLeg> rlegs = route_.routeLegs(); in legs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutereplyosm.cpp81 for (QGeoRoute &leg: route.routeLegs()) { in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutereplymapbox.cpp133 for (QGeoRoute &leg: route.routeLegs()) { in networkReplyFinished()