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