QWaylandSurface Class▲
-
Header: QWaylandSurface
-
Since: Qt 5.8
-
qmake: QT += waylandcompositor
Detailed Description▲
This class encapsulates a rectangular area of pixels that is displayed on an output device. It corresponds to the interface wl_surface in the Wayland protocol.
Member Function Documentation▲
void QWaylandSurface::childAdded(QWaylandSurface *child)▲
This signal is emitted when a wl_subsurface, child, has been added to the surface.
void QWaylandSurface::dragStarted(QWaylandDrag *drag)▲
This signal is emitted when a drag has started from this surface.
void QWaylandSurface::surfaceDestroyed()▲
This signal is emitted when the corresponing wl_surface is destroyed.