Uses of Enum
io.qt.location.QGeoRouteRequest.FeatureWeight
Packages that use QGeoRouteRequest.FeatureWeight
-
Uses of QGeoRouteRequest.FeatureWeight in io.qt.location
Methods in io.qt.location that return QGeoRouteRequest.FeatureWeightModifier and TypeMethodDescriptionQGeoRouteRequest.featureWeight
(QGeoRouteRequest.FeatureType featureType) final QGeoRouteRequest.FeatureWeight[]
QGeoRouteRequest.FeatureWeights.flags()
Returns an array of flag objects represented by this FeatureWeights.QGeoRouteRequest.FeatureWeight.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QGeoRouteRequest.FeatureWeight[]
QGeoRouteRequest.FeatureWeight.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.FeatureWeightModifier and TypeMethodDescriptionQGeoRouteRequest.FeatureWeight.combined
(QGeoRouteRequest.FeatureWeight e) Combines this entry with other enum entry.QGeoRouteRequest.FeatureWeights.combined
(QGeoRouteRequest.FeatureWeight e) Combines this flags with enum entry.QGeoRouteRequest.FeatureWeight.flags
(QGeoRouteRequest.FeatureWeight... values) Creates a newQGeoRouteRequest.FeatureWeights
from the entries.final void
QGeoRouteRequest.setFeatureWeight
(QGeoRouteRequest.FeatureType featureType, QGeoRouteRequest.FeatureWeight featureWeight) QGeoRouteRequest.FeatureWeights.setFlag
(QGeoRouteRequest.FeatureWeight e) Sets the flage
QGeoRouteRequest.FeatureWeights.setFlag
(QGeoRouteRequest.FeatureWeight e, boolean on) Sets or clears the flagflag
protected final void
QGeoRoutingManagerEngine.setSupportedFeatureWeights
(QGeoRouteRequest.FeatureWeight... featureWeights) Overloaded function forQGeoRoutingManagerEngine.setSupportedFeatureWeights(io.qt.location.QGeoRouteRequest.FeatureWeights)
.Constructors in io.qt.location with parameters of type QGeoRouteRequest.FeatureWeightModifierConstructorDescriptionCreates a new FeatureWeights where the flags inargs
are set.