Uses of Enum
io.qt.location.QGeoServiceProvider.NavigationFeature
Packages that use QGeoServiceProvider.NavigationFeature
-
Uses of QGeoServiceProvider.NavigationFeature in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.NavigationFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.NavigationFeatures.flags()
Returns an array of flag objects represented by this NavigationFeatures.QGeoServiceProvider.NavigationFeature.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QGeoServiceProvider.NavigationFeature.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 QGeoServiceProvider.NavigationFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.NavigationFeature.cleared
(QGeoServiceProvider.NavigationFeature e) Excludes other enum entry from a flag of this entry.QGeoServiceProvider.NavigationFeature.combined
(QGeoServiceProvider.NavigationFeature e) Combines this entry with other enum entry.QGeoServiceProvider.NavigationFeatures.combined
(QGeoServiceProvider.NavigationFeature e) Combines this flags with enum entry.QGeoServiceProvider.NavigationFeature.flags
(QGeoServiceProvider.NavigationFeature ... values) Creates a newQGeoServiceProvider.NavigationFeatures
from the entries.QGeoServiceProvider.NavigationFeatures.setFlag
(QGeoServiceProvider.NavigationFeature e) Sets the flage
QGeoServiceProvider.NavigationFeatures.setFlag
(QGeoServiceProvider.NavigationFeature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.location with parameters of type QGeoServiceProvider.NavigationFeatureModifierConstructorDescriptionCreates a new NavigationFeatures where the flags inargs
are set.