TraceInputArea QML Type
タッチ入力データを収集するための特別なMultiPointTouchArea.詳細...
Import Statement: | import QtQuick.VirtualKeyboard.Components |
Since: | QtQuick.VirtualKeyboard 2.0 |
Inherits: |
プロパティ
- boundingBox : rect
- canvasType : string
- horizontalRulers : var
- patternRecognitionMode : int
- verticalRulers : var
詳細説明
この型は、タッチスクリーンと入力エンジン間のトレースインタラクションを処理する。
トレースは、現在のKeyboardStyle のtraceCanvasDelegate プロパティからのデリゲートを使用してレンダリングされます。
プロパティ ドキュメント
boundingBox : rect |
トレース入力のバウンディングボックス。
このプロパティは読み取り専用で、アイテムのサイズとマージンに基づいて自動的に更新されます。
canvasType : string |
このトレース入力領域のキャンバスタイプ。
このプロパティは、異なるタイプのキャンバスを区別するために使用することができる。例えば、フルスクリーン手書きモードでは、このプロパティは"fullscreen"
に設定され、キーボード手書きモードでは、このプロパティは"keyboard"
に設定されます。
horizontalRulers : var |
入力領域の水平ルーラのリスト。
罫線は、boundingBox の上端からのピクセル数で定義されます。
以下は、ルーラーを定義する方法を示す例です:
horizontalRulers: [boundingBox.height / 3, boundingBox.height / 3 * 2] verticalRulers: [boundingBox.width / 3, boundingBox.width / 3 * 2]
patternRecognitionMode : int |
この入力領域のパターン認識モード。
verticalRulers : var |
入力領域の垂直ルーラのリスト。
罫線は、boundingBox の左端からのピクセル数で定義される。
© 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.