Searched refs:isLegLastSegment (Results 1 – 6 of 6) sorted by relevance
154 bool QGeoRouteSegment::isLegLastSegment() const in isLegLastSegment() function in QGeoRouteSegment161 return d_ptr->isLegLastSegment(); in isLegLastSegment()304 bool QGeoRouteSegmentPrivate::isLegLastSegment() const in isLegLastSegment() function in QGeoRouteSegmentPrivate416 bool QGeoRouteSegmentPrivateDefault::isLegLastSegment() const in isLegLastSegment() function in QGeoRouteSegmentPrivateDefault
77 virtual bool isLegLastSegment() const;117 virtual bool isLegLastSegment() const override;
64 bool isLegLastSegment() const;
653 … if (segment.isLegLastSegment() && m_containingRoute.data()) // if containing route, this is a leg in segmentsCount()
110 if (isLeg && segment.isLegLastSegment()) { in initSegments()
304 if (s.isLegLastSegment()) in postProcessRoute()