WaylandClient QML Type
Representa a un cliente que se conecta a WaylandCompositor. Más...
| Import Statement: | import QtWayland.Compositor |
| In C++: | QWaylandClient |
Propiedades
- compositor : WaylandCompositor
- groupId : int
- processId : int
- userId : int
Métodos
Descripción detallada
Este tipo representa un cliente que se conecta al compositor utilizando el protocolo Wayland. Corresponde a la interfaz de Wayland wl_client.
Documentación de propiedades
compositor : WaylandCompositor [read-only]
Esta propiedad contiene el compositor de este WaylandClient.
groupId : int [read-only]
Esta propiedad contiene el id de grupo de este WaylandClient.
processId : int [read-only]
Esta propiedad contiene el id de proceso de este WaylandClient.
userId : int [read-only]
Esta propiedad contiene el id de usuario de este WaylandClient.
Documentación del método
void close()
Cierra el cliente
void kill(signal)
Mata al cliente con la dirección signal especificada.
© 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.