The QAmbientTemperatureReading class holds readings of the ambient temperature. 更多...
| 头: | #include <QAmbientTemperatureReading> |
| qmake: | QT += sensors |
| Since: | Qt 5.1 |
| 继承: | QSensorReading |
| QAmbientTemperatureReading (QObject * parent = DECLARE_READING(QAmbientTemperatureReading)) | |
| virtual | ~QAmbientTemperatureReading () |
| void | setTemperature (qreal temperature ) |
| qreal | temperature () const |
| virtual void | copyValuesFrom (QSensorReading * other ) override |
| const QMetaObject | staticMetaObject |
The QAmbientTemperatureReading class holds readings of the ambient temperature.
The ambient (room) temperature is the temperature in degree Celsius.
This property holds the ambient temperature
Measured in degree Celsius.
访问函数:
| qreal | temperature () const |
Default constructs an instance of QAmbientTemperatureReading.
[虚拟]
QAmbientTemperatureReading::
~QAmbientTemperatureReading
()
Destroys the instance of QAmbientTemperatureReading. The destructor is virtual.
[override virtual]
void
QAmbientTemperatureReading::
copyValuesFrom
(
QSensorReading
*
other
)
Sets ambient temperature to temperature .
另请参阅 temperature ().