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