The QLidFilter class is a convenience wrapper around QSensorFilter . 更多...
| 頭: | #include <QLidFilter> |
| qmake: | QT += sensors |
| Since: | Qt 5.9 |
| 繼承: | QSensorFilter |
該類在 Qt 5.9 引入。
| virtual bool | filter (QLidReading * reading ) = 0 |
The only difference is that the filter () method features a pointer to QLidReading 而不是 QSensorReading .
[pure virtual]
bool
QLidFilter::
filter
(
QLidReading
*
reading
)
被調用當 reading changes. Returns false to prevent the reading from propagating.
另請參閱 QSensorFilter::filter ().