QWaylandTextInputManager Class
コンポジターの入力メソッドへのアクセスを提供する。詳細...
ヘッダ | #include <QWaylandTextInputManager> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake | QT += waylandcompositor |
QML で | TextInputManager |
継承: | QWaylandCompositorExtensionTemplate |
詳細な説明
QWaylandTextInputManager
はtext_input_unstable_v2
拡張プロトコルのzwp_text_input_manager_v2
インターフェースに対応します。
これをWaylandCompositor の子としてインスタンス化すると、クライアントが利用できるインターフェースのリストに追加されます。クライアントがこれにバインドすると、そのクライアントへのテキスト入力の通信に使用されます。
© 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.