Searched refs:routeLeg (Results 1 – 3 of 3) sorted by relevance
432 QDeclarativeGeoRouteLeg::QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent) in QDeclarativeGeoRouteLeg() argument433 : QDeclarativeGeoRoute(routeLeg, parent), m_routeLeg(routeLeg) in QDeclarativeGeoRouteLeg()
130 QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent = nullptr);
943 QGeoRouteLeg routeLeg; in parseReply() local981 routeLeg.setLegIndex(legIndex); in parseReply()982 …routeLeg.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()