Uses of Class
io.qt.location.QGeoServiceProvider.PlacesFeature
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoServiceProvider.PlacesFeature in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.PlacesFeature Modifier and Type Method Description QGeoServiceProvider.PlacesFeature[]
QGeoServiceProvider.PlacesFeatures. flags()
Returns an array of flag objects represented by this PlacesFeatures.static QGeoServiceProvider.PlacesFeature
QGeoServiceProvider.PlacesFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoServiceProvider.PlacesFeature
QGeoServiceProvider.PlacesFeature. valueOf(String name)
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.PlacesFeature Modifier and Type Method Description QGeoServiceProvider.PlacesFeatures
QGeoServiceProvider.PlacesFeature. combined(QGeoServiceProvider.PlacesFeature e)
Combines this entry with other enum entry.QGeoServiceProvider.PlacesFeatures
QGeoServiceProvider.PlacesFeatures. combined(QGeoServiceProvider.PlacesFeature e)
Combines this flags with enum entry.static QGeoServiceProvider.PlacesFeatures
QGeoServiceProvider.PlacesFeature. flags(QGeoServiceProvider.PlacesFeature... values)
Creates a newQGeoServiceProvider.PlacesFeatures
from the entries.QGeoServiceProvider.PlacesFeatures
QGeoServiceProvider.PlacesFeatures. setFlag(QGeoServiceProvider.PlacesFeature e)
Sets the flage
QGeoServiceProvider.PlacesFeatures
QGeoServiceProvider.PlacesFeatures. setFlag(QGeoServiceProvider.PlacesFeature e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.location with parameters of type QGeoServiceProvider.PlacesFeature Constructor Description PlacesFeatures(QGeoServiceProvider.PlacesFeature... args)
Creates a new PlacesFeatures where the flags inargs
are set.