Qt Wayland Compositor C++ Classes

Provides C++ classes for writing custom Wayland display servers. More...

Classes

QWaylandBufferRef

Holds the reference to a surface buffer

QWaylandOutputMode

Holds the resolution and refresh rate of an output

QWaylandQuickShellIntegration

Provides support for shell surface integration with QtQuick

QWaylandResource

Container for a wl_resource

QWaylandShellSurface

Common interface for surface roles specified by shell extensions

QWaylandShellSurfaceTemplate

Convenience class for creating custom shell surface classes

Detailed Description

To include the definitions of the module's classes, use the following directive:

 #include <QtWaylandCompositor>

To link against the module, add this line to your qmake .pro file:

 QT += waylandcompositor

For more information about using these classes in your application, see the Qt Wayland Compositor documentation.