QWaylandClient Class
The QWaylandClient class represents a client connecting to the QWaylandCompositor. More...
| Header: | #include <QWaylandClient> |
| qmake: | QT += waylandcompositor |
| Since: | Qt 5.8 |
| Instantiated By: | WaylandClient |
| Inherits: | QObject |
This class was introduced in Qt 5.8.
Properties
- compositor : QWaylandCompositor* const
- groupId : const qint64
- processId : const qint64
- userId : const qint64
Public Functions
| QWaylandCompositor * | compositor() const |
| qint64 | groupId() const |
| qint64 | processId() const |
| qint64 | userId() const |
Detailed Description
This class corresponds to a client connecting to the compositor using the Wayland protocol. It corresponds to the Wayland interface wl_client.
Property Documentation
compositor : QWaylandCompositor* const
This property holds the compositor of this QWaylandClient.
Access functions:
| QWaylandCompositor * | compositor() const |
groupId : const qint64
This property holds the group id of this QWaylandClient.
Access functions:
| qint64 | groupId() const |
processId : const qint64
This property holds the process id of this QWaylandClient.
Access functions:
| qint64 | processId() const |
userId : const qint64
This property holds the user id of this QWaylandClient.
Access functions:
| qint64 | userId() const |