GestureEvent QML Type
gestureStarted シグナルで指定されたパラメータ。詳細...
| Import Statement: | import QtQuick |
プロパティ
- dragThreshold : real
- touchPoints : list<TouchPoint>
方法
- void grab()
詳細説明
GestureEvent オブジェクトは、ジェスチャーとして解釈することを選択できる現在のタッチポイントと、関係するポイントのみを取得するための呼び出し可能なメソッドを持っています。
プロパティの説明
dragThreshold : real [read-only]
このプロパティは、ドラッグとして解釈される前に指が移動しなければならない距離のシステム設定を保持します。これはQStyleHints::startDragDistance() から来ています。
touchPoints : list<TouchPoint> [read-only]
このプロパティは、現在のタッチポイントのセットを保持する。
メソッド・ドキュメント
void grab()
マウスとすべてのtouchPoints の排他的なグラブを取得し、setKeepTouchGrab() とsetKeepMouseGrab() を呼び出して、子アイテムのイベントをfilters する親アイテムがグラブを引き継げないようにする。
© 2026 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.