Uses of Class
io.qt.sensors.QSensor.Feature
Package | Description |
---|---|
io.qt.sensors |
-
Uses of QSensor.Feature in io.qt.sensors
Methods in io.qt.sensors that return QSensor.Feature Modifier and Type Method Description static QSensor.Feature
QSensor.Feature. resolve(int value)
Returns the corresponding enum entry for the given value.static QSensor.Feature
QSensor.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSensor.Feature[]
QSensor.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.sensors with parameters of type QSensor.Feature Modifier and Type Method Description boolean
QSensor. isFeatureSupported(QSensor.Feature feature)
boolean
QSensorBackend. isFeatureSupported(QSensor.Feature feature)