java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sensors.QLidFilter.Impl
- All Implemented Interfaces:
QtObjectInterface
,QLidFilter
,QSensorFilter
- Enclosing interface:
- QLidFilter
public abstract static class QLidFilter.Impl extends QtObject implements QLidFilter, QSensorFilter
Implementor class for interface QLidFilter
-
Nested Class Summary
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(QLidReading reading)
See QLidFilter::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
See QLidFilter::
- Specified by:
filter
in interfaceQLidFilter
-
setSensor
-