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 |
This class was introduced in Qt 5.8.
Detailed Description
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.