Uses of Enum
io.qt.location.QGeoRouteRequest.FeatureType
-
Uses of QGeoRouteRequest.FeatureType in io.qt.location
Modifier and TypeMethodDescriptionfinal QGeoRouteRequest.FeatureType []
QGeoRouteRequest.FeatureTypes.flags()
Returns an array of flag objects represented by this FeatureTypes.static QGeoRouteRequest.FeatureType
QGeoRouteRequest.FeatureType.resolve
(int value) Returns the corresponding enum entry for the given value.static QGeoRouteRequest.FeatureType
Returns the enum constant of this type with the specified name.static QGeoRouteRequest.FeatureType[]
QGeoRouteRequest.FeatureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQGeoRouteRequest.FeatureType.cleared
(QGeoRouteRequest.FeatureType e) Excludes other enum entry from a flag of this entry.QGeoRouteRequest.FeatureType.combined
(QGeoRouteRequest.FeatureType e) Combines this entry with other enum entry.QGeoRouteRequest.FeatureTypes.combined
(QGeoRouteRequest.FeatureType e) Combines this flags with enum entry.QGeoRouteRequest.featureWeight
(QGeoRouteRequest.FeatureType featureType) QGeoRouteRequest.FeatureType.flags
(QGeoRouteRequest.FeatureType ... values) Creates a newQGeoRouteRequest.FeatureTypes
from the entries.final void
QGeoRouteRequest.setFeatureWeight
(QGeoRouteRequest.FeatureType featureType, QGeoRouteRequest.FeatureWeight featureWeight) QGeoRouteRequest.FeatureTypes.setFlag
(QGeoRouteRequest.FeatureType e) Sets the flage
QGeoRouteRequest.FeatureTypes.setFlag
(QGeoRouteRequest.FeatureType e, boolean on) Sets or clears the flagflag
protected final void
QGeoRoutingManagerEngine.setSupportedFeatureTypes
(QGeoRouteRequest.FeatureType ... featureTypes) Overloaded function forQGeoRoutingManagerEngine.setSupportedFeatureTypes(io.qt.location.QGeoRouteRequest.FeatureTypes)
.ModifierConstructorDescriptionFeatureTypes
(QGeoRouteRequest.FeatureType ... args) Creates a new FeatureTypes where the flags inargs
are set.