QAmbientTemperatureSensor Class▲
-
Header: QAmbientTemperatureSensor
-
Since: Qt 5.1
-
qmake: QT += sensors
-
Inherits: QSensor
-
Group: QAmbientTemperatureSensor is part of sensors_type
Detailed Description▲
The only behavioural difference is that this class sets the type properly.
This class also features a reading() function that returns a QAmbientTemperatureReading instead of a QSensorReading.
For details about how the sensor works, see QAmbientTemperatureReading.
See Also▲
See also QAmbientTemperatureReading
Member Function Documentation▲
[explicit] QAmbientTemperatureSensor::QAmbientTemperatureSensor(QObject *parent = Q_NULLPTR)▲
Construct the sensor as a child of parent.
[virtual] QAmbientTemperatureSensor::~QAmbientTemperatureSensor()▲
Destroy the sensor. Stops the sensor if it has not already been stopped.