ShellSurfaceItem QML Type
ShellSurface を表示し、対話するためのQt Quick アイテム・タイプ。
| Import Statement: | import QtWayland.Compositor |
| In C++: | QWaylandQuickShellSurfaceItem |
| Inherits: |
プロパティ
- autoCreatePopupItems : bool
- moveItem : Item
- shellSurface : ShellSurface
詳細説明
この型は、Qt Quick シーンの一部としてwl_shell 、xdg_shell またはivi_application サーフェスをレンダリングするために使用されます。ウィンドウの装飾をクリックすることによってトリガーされる移動とサイズ変更を処理します。
WaylandQuickItem 、WlShellSurface 、IviSurfaceも参照してください 。
プロパティ ドキュメント
autoCreatePopupItems : bool
このプロパティは、このアイテムが管理するシェルサーフェスの親になるポップアップのShellSurfaceItemsを自動的に作成するかどうかを保持します。
moveItem : Item
このプロパティは、このShellSurfaceItem の移動項目を保持する。これは、クライアントがShellSurface の移動、最大化、サイズ変更などを要求したときに移動される項目である。このプロパティは、サーバサイドの装飾を実装するときに便利です。
shellSurface : ShellSurface
このプロパティは、このShellSurfaceItem によってレンダリングされたShellSurface を保持する。どのシェルプロトコルが使用されているかによって、XdgSurfaceV5、WlShellSurface 、IviSurface のいずれかになります。
© 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.