Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWaylandCompositor Class Reference

\qmltype WaylandCompositor \instantiates QWaylandCompositor \inqmlmodule QtWayland.Compositor More...

+ Inheritance diagram for QWaylandCompositor:
+ Collaboration diagram for QWaylandCompositor:

Detailed Description

\qmltype WaylandCompositor \instantiates QWaylandCompositor \inqmlmodule QtWayland.Compositor

Since
5.8

Manages the Wayland display server.

The WaylandCompositor manages the connections to the clients, as well as the different \l{WaylandOutput}{outputs} and \l{QWaylandSeat}{seats}.

Normally, a compositor application will have a single WaylandCompositor instance, which can have several outputs as children. When a client requests the compositor to create a surface, the request is handled by the onSurfaceRequested handler.

Extensions that are supported by the compositor should be instantiated and added to the extensions property.

\inmodule QtWaylandCompositor

Since
5.8

The QWaylandCompositor class manages the Wayland display server.

The QWaylandCompositor manages the connections to the clients, as well as the different \l{QWaylandOutput}{outputs} and \l{QWaylandSeat}{seats}.

Normally, a compositor application will have a single WaylandCompositor instance, which can have several outputs as children.


The documentation for this class was generated from the following file: