Uses of Enum
io.qt.location.QGeoServiceProvider.PlacesFeature
Packages that use QGeoServiceProvider.PlacesFeature
-
Uses of QGeoServiceProvider.PlacesFeature in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.PlacesFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.PlacesFeatures.flags()
Returns an array of flag objects represented by this PlacesFeatures.QGeoServiceProvider.PlacesFeature.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.PlacesFeature[]
QGeoServiceProvider.PlacesFeature.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.PlacesFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.PlacesFeature.combined
(QGeoServiceProvider.PlacesFeature e) Combines this entry with other enum entry.QGeoServiceProvider.PlacesFeatures.combined
(QGeoServiceProvider.PlacesFeature e) Combines this flags with enum entry.QGeoServiceProvider.PlacesFeature.flags
(QGeoServiceProvider.PlacesFeature... values) Creates a newQGeoServiceProvider.PlacesFeatures
from the entries.QGeoServiceProvider.PlacesFeatures.setFlag
(QGeoServiceProvider.PlacesFeature e) Sets the flage
QGeoServiceProvider.PlacesFeatures.setFlag
(QGeoServiceProvider.PlacesFeature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.location with parameters of type QGeoServiceProvider.PlacesFeatureModifierConstructorDescriptionCreates a new PlacesFeatures where the flags inargs
are set.