QWaylandIdleInhibitManagerV1 Class
Provides an extension that allows to inhibit the idle behavior of the compositor. More...
| Header: | #include <QWaylandIdleInhibitManagerV1> |
| qmake: | QT += waylandcompositor |
| Since: | Qt 5.14 |
| Instantiated By: | IdleInhibitManagerV1 |
| Inherits: | QWaylandCompositorExtensionTemplate |
This class was introduced in Qt 5.14.
Detailed Description
The QWaylandIdleInhibitV1 extension provides a way for a client to inhibit the idle behavior of the compositor when a specific surface is visually relevant to the user.
QWaylandIdleInhibitManagerV1 corresponds to the Wayland interface, zwp_idle_inhibit_manager_v1.
Inhibited surfaces have the QWaylandSurface::inhibitsIdle property set to true.
See also QWaylandSurface::inhibitsIdle.