WaylandClient QML Type
WaylandCompositor に接続するクライアントを表す。
Import Statement: | import QtWayland.Compositor |
In C++: | QWaylandClient |
プロパティ
- compositor : WaylandCompositor
- groupId : int
- processId : int
- userId : int
メソッド
詳細説明
この型はWaylandプロトコルを使用してコンポジターに接続するクライアントを表す。Waylandインターフェースのwl_clientに対応する。
プロパティの説明
compositor : WaylandCompositor |
このプロパティは、このWaylandClient のコンポジターを保持する。
groupId : int |
このプロパティは、このWaylandClient のグループ ID を保持します。
processId : int |
このプロパティは、このWaylandClient のプロセス ID を保持します。
userId : int |
このプロパティは、このWaylandClient のユーザー ID を保持します。
メソッド・ドキュメント
void close() |
クライアントを閉じる
void kill(signal) |
指定されたsignal でクライアントを終了します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。