Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp106 … QDeclarativeGeoRouteSegment *routeSegment = new QDeclarativeGeoRouteSegment(segment, this); in initSegments() local
107 QQmlEngine::setContextForObject(routeSegment, QQmlEngine::contextForObject(this)); in initSegments()
108 segments_.append(routeSegment); in initSegments()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Drouting.qml103 property RouteSegment routeSegment: modelData
114 …text: "Segment distance " + routeSegment.distance + " meters, " + routeSegment.path.length + " poi…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutesegment.cpp167 void QGeoRouteSegment::setNextRouteSegment(const QGeoRouteSegment &routeSegment) in setNextRouteSegment() argument
170 d_ptr->setNextRouteSegment(routeSegment.d_ptr); in setNextRouteSegment()
H A Dqgeoroutesegment.h66 void setNextRouteSegment(const QGeoRouteSegment &routeSegment);
H A Dqgeoroute.h75 void setFirstRouteSegment(const QGeoRouteSegment &routeSegment);
H A Dqgeoroute.cpp207 void QGeoRoute::setFirstRouteSegment(const QGeoRouteSegment &routeSegment) in setFirstRouteSegment() argument
209 d_ptr->setFirstSegment(routeSegment); in setFirstRouteSegment()