WaylandClient QML Type

Stellt einen Client dar, der sich mit WaylandCompositor verbindet. Mehr...

Import Statement: import QtWayland.Compositor
In C++: QWaylandClient

Eigenschaften

Methoden

Detaillierte Beschreibung

Dieser Typ repräsentiert einen Client, der sich über das Wayland-Protokoll mit dem Compositor verbindet. Er entspricht der Wayland-Schnittstelle wl_client.

Eigenschaft Dokumentation

compositor : WaylandCompositor [read-only]

Diese Eigenschaft enthält den Compositor dieses WaylandClient.


groupId : int [read-only]

Diese Eigenschaft enthält die Gruppennummer dieses WaylandClient.


processId : int [read-only]

Diese Eigenschaft enthält die Prozess-ID dieser WaylandClient.


userId : int [read-only]

Diese Eigenschaft enthält die Benutzerkennung dieser WaylandClient.


Methode Dokumentation

void close()

Schließt den Client


void kill(signal)

Beendet den Client mit dem angegebenen signal.


© 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.