Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutesegment.cpp154 bool QGeoRouteSegment::isLegLastSegment() const in isLegLastSegment() function in QGeoRouteSegment
161 return d_ptr->isLegLastSegment(); in isLegLastSegment()
304 bool QGeoRouteSegmentPrivate::isLegLastSegment() const in isLegLastSegment() function in QGeoRouteSegmentPrivate
416 bool QGeoRouteSegmentPrivateDefault::isLegLastSegment() const in isLegLastSegment() function in QGeoRouteSegmentPrivateDefault
H A Dqgeoroutesegment_p.h77 virtual bool isLegLastSegment() const;
117 virtual bool isLegLastSegment() const override;
H A Dqgeoroutesegment.h64 bool isLegLastSegment() const;
H A Dqgeoroute.cpp653 … if (segment.isLegLastSegment() && m_containingRoute.data()) // if containing route, this is a leg in segmentsCount()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp110 if (isLeg && segment.isLegLastSegment()) { in initSegments()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp304 if (s.isLegLastSegment()) in postProcessRoute()