QOrientationFilter Class

The QOrientationFilter class is a convenience wrapper around QSensorFilter . 更多...

頭: #include <QOrientationFilter>
qmake: QT += sensors
Since: Qt 5.1
繼承: QSensorFilter

該類在 Qt 5.1 引入。

公共函數

virtual bool filter (QOrientationReading * reading ) = 0

詳細描述

The only difference is that the filter () method features a pointer to QOrientationReading 而不是 QSensorReading .

成員函數文檔編製

[pure virtual] bool QOrientationFilter:: filter ( QOrientationReading * reading )

被調用當 reading changes. Returns false to prevent the reading from propagating.

另請參閱 QSensorFilter::filter ().