QAmbientTemperatureReading Class

QAmbientTemperatureReadingクラスは、周囲温度の読み取り値を保持します。詳細...

Header: #include <QAmbientTemperatureReading>
CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors
Inherits: QSensorReading

プロパティ

パブリック関数

void setTemperature(qreal temperature)
qreal temperature() const

詳細説明

周囲(室内)温度は摂氏温度です。

プロパティの説明

[read-only] temperature : const qreal

このプロパティは、周囲温度

単位は摂氏。

アクセス関数:

qreal temperature() const

メンバ関数 説明

void QAmbientTemperatureReading::setTemperature(qreal temperature)

周囲温度をtemperature に設定する。

temperature()も参照してください

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。