XdgSurfaceV5 QML Type▲
-
Import Statement: import QtWayland.Compositor 1.3
-
Since: Qt 5.8
Detailed Description▲
This type is part of the XdgShellV5 extension and provides a way to extend the functionality of an existing WaylandSurface with features specific to desktop-style compositors, such as resizing and moving the surface.
It corresponds to the Wayland interface xdg_surface for the unstable xdg-shell protocol v5.
Property Documentation▲
parentSurface : XdgSurfaceV5▲
This property holds the XdgSurfaceV5 parent of this XdgSurfaceV5. When a parent surface is set, the parentSurfaceChanged() signal is guaranteed to be emitted before setTopLevel() and setTransient().
See Also▲
shell : XdgShellV5▲
This property holds the shell associated with this XdgSurfaceV5.
surface : WaylandSurface▲
This property holds the surface associated with this XdgSurfaceV5.
title : string▲
This property holds the title of the XdgSurfaceV5.
windowType : enumeration▲
This property holds the window type of the XdgSurfaceV5.
Signal Documentation▲
void ackConfigure(int serial)▲
This signal is emitted when the client has received configure events up to and including the configure event with serial serial and will draw its surface accordingly in the next committed buffer.
The corresponding handler is onAckConfigure.
void setFullscreen(WaylandOutput output)▲
This signal is emitted when the client wants the xdg_surface to be in full screen mode. The client may specify an output it wishes the xdg_surface to be shown on.
The corresponding handler is onSetFullscreen.
void setMaximized()▲
This signal is emitted when the client wants the xdg_surface to be maximized.
The corresponding handler is onSetMaximized.
void setMinimized()▲
This signal is emitted when the client wants the xdg_surface to be minimized.
The corresponding handler is onSetMinimized.
setTopLevel()▲
This signal is emitted when the parent surface is unset, effectively making the window top level.
The corresponding handler is onSetTopLevel.
setTransient()▲
This signal is emitted when the parent surface is set, effectively making the window transient.
The corresponding handler is