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