QWaylandOutput Class
The QWaylandOutput class represents a displayable area managed by the compositor. More...
| Header: | #include <QWaylandOutput> |
| qmake: | QT += waylandcompositor |
| Since: | Qt 5.8 |
| Inherits: | QWaylandObject |
Detailed Description
The QWaylandOutput class represents a displayable area managed by the compositor.
The QWaylandOutput manages a rectangular area within bounds of the compositor's geometry, to use it for displaying client content. This could, for instance, be a screen managed by the WaylandCompositor.
The class corresponds to the wl_output interface in the Wayland protocol.