WaylandClient QML Type

Represents a client connecting to the WaylandCompositor . 更多...

导入语句: import QtWayland.Compositor 1.6
实例化: QWaylandClient

特性

方法

详细描述

This type represents a client connecting to the compositor using the Wayland protocol. It corresponds to the Wayland interface wl_client.

特性文档编制

[read-only] compositor : WaylandCompositor

This property holds the compositor of this WaylandClient .


[read-only] groupId : int

This property holds the group id of this WaylandClient .


[read-only] processId : int

This property holds the process id of this WaylandClient .


[read-only] userId : int

This property holds the user id of this WaylandClient .


方法文档编制

void close ()

Closes the client


void kill ( signal )

Kills the client with the specified signal .