QLidFilter Class▲
-
Header: QLidFilter
-
Since: Qt 5.9
-
qmake: QT += sensors
-
Inherits: QSensorFilter
-
Group: QLidFilter is part of sensors_filter
Detailed Description▲
The only difference is that the filter() method features a pointer to QLidReading instead of QSensorReading.
Member Function Documentation▲
[pure virtual] bool QLidFilter::filter(QLidReading *reading)▲
Called when reading changes. Returns false to prevent the reading from propagating.
See Also▲
See also QSensorFilter::filter()