Uses of Class
io.qt.location.QGeoRouteSegment
Packages that use QGeoRouteSegment
-
Uses of QGeoRouteSegment in io.qt.location
Methods in io.qt.location that return QGeoRouteSegmentModifier and TypeMethodDescriptionQGeoRouteSegment.clone()
Creates and returns a copy of this object.final QGeoRouteSegment
QGeoRoute.firstRouteSegment()
final QGeoRouteSegment
QGeoRouteSegment.nextRouteSegment()
Methods in io.qt.location that return types with arguments of type QGeoRouteSegmentMethods in io.qt.location with parameters of type QGeoRouteSegmentModifier and TypeMethodDescriptionfinal void
QGeoRouteSegment.assign
(QGeoRouteSegment other) final boolean
QGeoRouteSegment.equals
(QGeoRouteSegment rhs) final void
QGeoRoute.setFirstRouteSegment
(QGeoRouteSegment routeSegment) final void
QGeoRouteSegment.setNextRouteSegment
(QGeoRouteSegment routeSegment) final void
QGeoRouteSegment.swap
(QGeoRouteSegment other) SeeQGeoRouteSegment::
swap(QGeoRouteSegment&) Constructors in io.qt.location with parameters of type QGeoRouteSegment