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