WaylandView QML Type
Represents a view of a surface on an output. More...
Import Statement: | import QtWayland.Compositor 1.0 |
Properties
- bufferLock : bool
- surface : object
Detailed Description
The WaylandView corresponds to the presentation of a surface on a specific output, managing the buffers that contain the contents to be rendered. You can have several views into the same surface.
Property Documentation
This property holds whether the view's buffer is currently locked. When the buffer is locked, advance() will not advance to the next buffer, but will instead return false.
The default is false.
This property holds the surface viewed by this WaylandView.