QLightReading Class

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.

QLightReading Units

The light sensor returns the intensity of the light in lux.

特性文檔編製

lux : const qreal

This property holds the light level.

Measured as lux.

訪問函數:

qreal lux () const

另請參閱 QLightReading Units .

成員函數文檔編製

QLightReading:: QLightReading ( QObject * parent = DECLARE_READING(QLightReading))

Default constructs an instance of QLightReading.

[虛擬] QLightReading:: ~QLightReading ()

Destroys the instance of QLightReading. The destructor is virtual.

[override virtual] void QLightReading:: copyValuesFrom ( QSensorReading * other )

void QLightReading:: setLux ( qreal lux )

Sets the light level to lux .

另請參閱 lux ().