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 QGeoRouteSegmentModifier and TypeMethodDescriptionfinal QList<QGeoRouteSegment>
QGeoRoute.getSegments()
Kotlin property getter.final QList<QGeoRouteSegment>
QGeoRoute.segments()
Methods in io.qt.location with parameters of type QGeoRouteSegmentModifier and TypeMethodDescriptionfinal void
QGeoRouteSegment.assign
(QGeoRouteSegment other) 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