Uses of Enum
io.qt.location.QGeoRouteRequest.SegmentDetail
Packages that use QGeoRouteRequest.SegmentDetail
-
Uses of QGeoRouteRequest.SegmentDetail in io.qt.location
Methods in io.qt.location that return QGeoRouteRequest.SegmentDetailModifier and TypeMethodDescriptionfinal QGeoRouteRequest.SegmentDetail[]
QGeoRouteRequest.SegmentDetails.flags()
Returns an array of flag objects represented by this SegmentDetails.QGeoRouteRequest.SegmentDetail.resolve
(int value) Returns the corresponding enum entry for the given value.QGeoRouteRequest.segmentDetail()
Returns the enum constant of this type with the specified name.static QGeoRouteRequest.SegmentDetail[]
QGeoRouteRequest.SegmentDetail.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.location with parameters of type QGeoRouteRequest.SegmentDetailModifier and TypeMethodDescriptionQGeoRouteRequest.SegmentDetail.combined
(QGeoRouteRequest.SegmentDetail e) Combines this entry with other enum entry.QGeoRouteRequest.SegmentDetails.combined
(QGeoRouteRequest.SegmentDetail e) Combines this flags with enum entry.QGeoRouteRequest.SegmentDetail.flags
(QGeoRouteRequest.SegmentDetail... values) Creates a newQGeoRouteRequest.SegmentDetails
from the entries.QGeoRouteRequest.SegmentDetails.setFlag
(QGeoRouteRequest.SegmentDetail e) Sets the flage
QGeoRouteRequest.SegmentDetails.setFlag
(QGeoRouteRequest.SegmentDetail e, boolean on) Sets or clears the flagflag
final void
QGeoRouteRequest.setSegmentDetail
(QGeoRouteRequest.SegmentDetail segmentDetail) protected final void
QGeoRoutingManagerEngine.setSupportedSegmentDetails
(QGeoRouteRequest.SegmentDetail... segmentDetails) Overloaded function forQGeoRoutingManagerEngine.setSupportedSegmentDetails(io.qt.location.QGeoRouteRequest.SegmentDetails)
.Constructors in io.qt.location with parameters of type QGeoRouteRequest.SegmentDetailModifierConstructorDescriptionCreates a new SegmentDetails where the flags inargs
are set.