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 TypeMethodDescriptionfinal QGeoServiceProvider.MappingFeature []QGeoServiceProvider.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.cleared(QGeoServiceProvider.MappingFeature e) Excludes other enum entry from a flag of this entry.QGeoServiceProvider.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.MappingFeaturesfrom the entries.QGeoServiceProvider.MappingFeatures.setFlag(QGeoServiceProvider.MappingFeature e) Sets the flageQGeoServiceProvider.MappingFeatures.setFlag(QGeoServiceProvider.MappingFeature e, boolean on) Sets or clears the flagflagConstructors in io.qt.location with parameters of type QGeoServiceProvider.MappingFeatureModifierConstructorDescriptionCreates a new MappingFeatures where the flags inargsare set.