java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sensors.QPressureFilter.Impl
- All Implemented Interfaces:
QtObjectInterface
,QPressureFilter
,QSensorFilter
- Enclosing interface:
- QPressureFilter
public abstract static class QPressureFilter.Impl extends QtObject implements QPressureFilter, QSensorFilter
Implementor class for interface QPressureFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.sensors.QPressureFilter
QPressureFilter.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(QPressureReading 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 interfaceQPressureFilter
-
setSensor
-