WaylandClient QML Type

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

import 語句: import QtWayland.Compositor
在 C++: QWaylandClient

特性

方法

詳細描述

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

特性文檔編製

compositor : WaylandCompositor [read-only]

This property holds the compositor of this WaylandClient .

groupId : int [read-only]

This property holds the group id of this WaylandClient .

processId : int [read-only]

This property holds the process id of this WaylandClient .

userId : int [read-only]

This property holds the user id of this WaylandClient .

方法文檔編製

void close ()

Closes the client

void kill ( signal )

Kills the client with the specified signal .