Uses of Enum
io.qt.location.QGeoRouteRequest.FeatureType
Packages that use QGeoRouteRequest.FeatureType
-
Uses of QGeoRouteRequest.FeatureType in io.qt.location
Methods in io.qt.location that return QGeoRouteRequest.FeatureTypeModifier and TypeMethodDescriptionfinal QGeoRouteRequest.FeatureType []QGeoRouteRequest.FeatureTypes.flags()Returns an array of flag objects represented by this FeatureTypes.static QGeoRouteRequest.FeatureTypeQGeoRouteRequest.FeatureType.resolve(int value) Returns the corresponding enum entry for the given value.static QGeoRouteRequest.FeatureTypeReturns 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.Methods in io.qt.location that return types with arguments of type QGeoRouteRequest.FeatureTypeMethods in io.qt.location with parameters of type QGeoRouteRequest.FeatureTypeModifier 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.FeatureTypesfrom the entries.final voidQGeoRouteRequest.setFeatureWeight(QGeoRouteRequest.FeatureType featureType, QGeoRouteRequest.FeatureWeight featureWeight) QGeoRouteRequest.FeatureTypes.setFlag(QGeoRouteRequest.FeatureType e) Sets the flageQGeoRouteRequest.FeatureTypes.setFlag(QGeoRouteRequest.FeatureType e, boolean on) Sets or clears the flagflagprotected final voidQGeoRoutingManagerEngine.setSupportedFeatureTypes(QGeoRouteRequest.FeatureType ... featureTypes) Overloaded function forQGeoRoutingManagerEngine.setSupportedFeatureTypes(io.qt.location.QGeoRouteRequest.FeatureTypes).Constructors in io.qt.location with parameters of type QGeoRouteRequest.FeatureTypeModifierConstructorDescriptionFeatureTypes(QGeoRouteRequest.FeatureType ... args) Creates a new FeatureTypes where the flags inargsare set.