java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sensors.QSensorGesturePluginInterface.Impl
- All Implemented Interfaces:
QtObjectInterface
,QSensorGesturePluginInterface
- Enclosing interface:
- QSensorGesturePluginInterface
public abstract static class QSensorGesturePluginInterface.Impl extends QtObject implements QSensorGesturePluginInterface
Implementor class for interface QSensorGesturePluginInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.sensors.QSensorGesturePluginInterface
QSensorGesturePluginInterface.Impl
-
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 List<QSensorGestureRecognizer>
createRecognizers()
abstract String
name()
abstract List<String>
supportedIds()
-
Constructor Details
-
Method Details
-
createRecognizers
- Specified by:
createRecognizers
in interfaceQSensorGesturePluginInterface
-
name
- Specified by:
name
in interfaceQSensorGesturePluginInterface
-
supportedIds
- Specified by:
supportedIds
in interfaceQSensorGesturePluginInterface
-