Home
last modified time | relevance | path

Searched refs:routeLeg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp432 QDeclarativeGeoRouteLeg::QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent) in QDeclarativeGeoRouteLeg() argument
433 : QDeclarativeGeoRoute(routeLeg, parent), m_routeLeg(routeLeg) in QDeclarativeGeoRouteLeg()
H A Dqdeclarativegeoroute_p.h130 QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent = nullptr);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp943 QGeoRouteLeg routeLeg; in parseReply() local
981 routeLeg.setLegIndex(legIndex); in parseReply()
982routeLeg.setOverallRoute(route); // QGeoRoute::d_ptr is explicitlySharedDataPointer. Modifiers bel… in parseReply()
983 routeLeg.setDistance(legDistance); in parseReply()
984 routeLeg.setTravelTime(legTravelTime); in parseReply()
986 routeLeg.setPath(path); in parseReply()
987 routeLeg.setFirstRouteSegment(legSegments.first()); in parseReply()
989 routeLegs << routeLeg; in parseReply()