QWaylandXdgShellV6 Class
The QWaylandXdgShellV6 class is an extension for desktop-style user interfaces. More...
| Header: | #include <QWaylandXdgShellV6> | 
| qmake: | QT += waylandcompositor | 
| Since: | Qt 5.10 | 
| Inherits: | QWaylandShellTemplate | 
Public Functions
| QWaylandXdgShellV6() | |
| QWaylandXdgShellV6(QWaylandCompositor *compositor) | 
Reimplemented Public Functions
| virtual void | initialize() override | 
- 2 public functions inherited from QWaylandShell
- 4 public functions inherited from QWaylandCompositorExtension
- 5 public functions inherited from QWaylandObject
Public Slots
| uint | ping(QWaylandClient *client) | 
Signals
| void | pong(uint serial) | 
| void | popupCreated(QWaylandXdgPopupV6 *popup, QWaylandXdgSurfaceV6 *xdgSurface) | 
| void | toplevelCreated(QWaylandXdgToplevelV6 *toplevel, QWaylandXdgSurfaceV6 *xdgSurface) | 
| void | xdgSurfaceCreated(QWaylandXdgSurfaceV6 *xdgSurface) | 
- 1 signal inherited from QWaylandShell
Static Public Members
| QByteArray | interfaceName() | 
Additional Inherited Members
- 1 property inherited from QWaylandShell
- 1 protected function inherited from QWaylandCompositorExtension
Detailed Description
The QWaylandXdgShellV6 class is an extension for desktop-style user interfaces.
The QWaylandXdgShellV6 extension provides a way to associate a QWaylandXdgToplevelV6 or QWaylandXdgPopupV6 with a regular Wayland surface. Using the QWaylandXdgToplevelV6 interface, the client can request that the surface is resized, moved, and so on.
QWaylandXdgShellV6 corresponds to the Wayland interface, zxdg_shell_v6.
Member Function Documentation
QWaylandXdgShellV6::QWaylandXdgShellV6()
Constructs a QWaylandXdgShellV6 object.
QWaylandXdgShellV6::QWaylandXdgShellV6(QWaylandCompositor *compositor)
Constructs a QWaylandXdgShellV6 object for the provided compositor.
[override virtual] void QWaylandXdgShellV6::initialize()
Initializes the shell extension.
[static] QByteArray QWaylandXdgShellV6::interfaceName()
[slot] uint QWaylandXdgShellV6::ping(QWaylandClient *client)
Sends a ping event to the client. If the client replies to the event the pong signal will be emitted.