Uses of Class
io.qt.location.QGeoRouteRequest.FeatureType
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoRouteRequest.FeatureType in io.qt.location
Methods in io.qt.location that return QGeoRouteRequest.FeatureType Modifier and Type Method Description 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
QGeoRouteRequest.FeatureType. valueOf(String name)
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.Methods in io.qt.location that return types with arguments of type QGeoRouteRequest.FeatureType Modifier and Type Method Description QList<QGeoRouteRequest.FeatureType>
QGeoRouteRequest. featureTypes()
Constructors in io.qt.location with parameters of type QGeoRouteRequest.FeatureType Constructor Description FeatureTypes(QGeoRouteRequest.FeatureType... args)
Creates a new FeatureTypes where the flags inargs
are set.