class QTapReading#

Inheritance diagram of PySide6.QtSensors.QTapReading

概述#

属性#

方法#

注意

此文档可能包含自动从C++转换为Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述#

class TapDirection#

注意

属性可以直接在from __feature__ import true_property使用时使用,或者在其他情况下通过访问器函数使用。

property doubleTapᅟ: bool#
访问函数
property tapDirectionᅟ: QTapReading.TapDirection#
访问函数
__init__(parent)#
参数:

parentQObject

isDoubleTap()#
返回类型:

bool

获取属性doubleTapᅟ 的getter。

setDoubleTap(doubleTap)#
参数:

doubleTap – bool

setTapDirection(tapDirection)#
参数:

tapDirectionTapDirection

tapDirection()#
返回类型:

TapDirection

属性 tapDirection 的获取器。