The QLightReading class represents one reading from the light sensor. 更多...
头: | #include <QLightReading> |
qmake: | QT += sensors |
Since: | Qt 5.1 |
继承: | QSensorReading |
QLightReading (QObject * parent = DECLARE_READING(QLightReading)) | |
virtual | ~QLightReading () |
qreal | lux () const |
void | setLux (qreal lux ) |
virtual void | copyValuesFrom (QSensorReading * other ) override |
const QMetaObject | staticMetaObject |
The QLightReading class represents one reading from the light sensor.
The light sensor returns the intensity of the light in lux.
This property holds the light level.
Measured as lux.
访问函数:
qreal | lux () const |
另请参阅 QLightReading Units .
Default constructs an instance of QLightReading.
[虚拟]
QLightReading::
~QLightReading
()
Destroys the instance of QLightReading. The destructor is virtual.
[override virtual]
void
QLightReading::
copyValuesFrom
(
QSensorReading
*
other
)
Sets the light level to lux .
另请参阅 lux ().