QAmbientTemperatureReading Class

QAmbientTemperatureReading class holds readings of the ambient temperature. 更多...

头: #include <QAmbientTemperatureReading>
qmake: QT += sensors
Since: Qt 5.1
继承: QSensorReading

特性

公共函数

void setTemperature (qreal temperature )
qreal temperature () const

额外继承成员

详细描述

QAmbientTemperatureReading class holds readings of the ambient temperature.

The ambient (room) temperature is the temperature in degree Celsius.

特性文档编制

temperature : const qreal

This property holds the ambient temperature

Measured in degree Celsius.

访问函数:

qreal temperature () const

成员函数文档编制

void QAmbientTemperatureReading:: setTemperature ( qreal temperature )

Sets ambient temperature to temperature .

另请参阅 temperature ().