java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sensors.QRotationFilter.Impl
- All Implemented Interfaces:
QtObjectInterface
,QRotationFilter
,QSensorFilter
- Enclosing interface:
- QRotationFilter
public abstract static class QRotationFilter.Impl extends QtObject implements QRotationFilter, QSensorFilter
Implementor class for interface QRotationFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.sensors.QRotationFilter
QRotationFilter.Impl
Nested classes/interfaces inherited from interface io.qt.sensors.QSensorFilter
QSensorFilter.Impl, QSensorFilter.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract boolean
filter(QRotationReading reading)
boolean
filter(QSensorReading reading)
Deprecated.protected void
setSensor(QSensor sensor)
-
Constructor Details
-
Method Details
-
filter
@Deprecated @QtUninvokable public final boolean filter(QSensorReading reading) throws QNoImplementationExceptionDeprecated.See QSensorFilter::
- Specified by:
filter
in interfaceQSensorFilter
- Throws:
QNoImplementationException
-
filter
- Specified by:
filter
in interfaceQRotationFilter
-
setSensor
-