Uses of Class
io.qt.sensors.QAmbientLightReading.LightLevel
Package | Description |
---|---|
io.qt.sensors |
-
Uses of QAmbientLightReading.LightLevel in io.qt.sensors
Methods in io.qt.sensors that return QAmbientLightReading.LightLevel Modifier and Type Method Description QAmbientLightReading.LightLevel
QAmbientLightReading. lightLevel()
static QAmbientLightReading.LightLevel
QAmbientLightReading.LightLevel. resolve(int value)
Returns the corresponding enum entry for the given value.static QAmbientLightReading.LightLevel
QAmbientLightReading.LightLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAmbientLightReading.LightLevel[]
QAmbientLightReading.LightLevel. 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 QAmbientLightReading.LightLevel Modifier and Type Method Description void
QAmbientLightReading. setLightLevel(QAmbientLightReading.LightLevel lightLevel)