GestureEvent QML Type

제스처 시작 신호와 함께 제공되는 파라미터입니다. 더 보기...

Import Statement: import QtQuick

속성

방법

상세 설명

GestureEvent 객체에는 제스처로 해석하도록 선택할 수 있는 현재 터치 포인트와 관련 포인트를 독점적으로 잡을 수 있는 호출 가능한 메서드가 있습니다.

프로퍼티 문서

dragThreshold : real [read-only]

이 프로퍼티는 손가락이 드래그로 해석되기 전에 이동해야 하는 거리에 대한 시스템 설정을 보유합니다. QStyleHints::startDragDistance ()에서 가져옵니다.


touchPoints : list<TouchPoint> [read-only]

이 프로퍼티는 현재 터치 포인트의 집합을 보유합니다.


메서드 문서

grab()

마우스와 모든 touchPoints 의 독점적 잡기를 획득하고 setKeepTouchGrab() 및 setKeepMouseGrab()를 호출하여 filters 자식 이벤트가 잡기를 이어받을 수 없도록 하는 부모 아이템입니다.


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.