Uses of Enum
io.qt.location.QGeoRouteRequest.FeatureWeight
-
Uses of QGeoRouteRequest.FeatureWeight in io.qt.location
Modifier 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.Modifier and TypeMethodDescriptionQGeoRouteRequest.FeatureWeight.cleared
(QGeoRouteRequest.FeatureWeight e) Excludes other enum entry from a flag of this entry.QGeoRouteRequest.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)
.ModifierConstructorDescriptionFeatureWeights
(QGeoRouteRequest.FeatureWeight ... args) Creates a new FeatureWeights where the flags inargs
are set.