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