The QHolsterFilter class is a convenience wrapper around QSensorFilter . 更多...
头: | #include <QHolsterFilter> |
qmake: | QT += sensors |
Since: | Qt 5.1 |
继承: | QSensorFilter |
该类在 Qt 5.1 引入。
virtual bool | filter (QHolsterReading * reading ) = 0 |
The only difference is that the filter () method features a pointer to QHolsterReading 而不是 QSensorReading .
[pure virtual]
bool
QHolsterFilter::
filter
(
QHolsterReading
*
reading
)
被调用当 reading changes. Returns false to prevent the reading from propagating.
另请参阅 QSensorFilter::filter ().