Qt Wayland Compositor C++ Classes
Provides C++ classes for writing custom Wayland display servers. More...
Classes
A class which holds a reference to a surface buffer | |
A client connecting to the QWaylandCompositor | |
Access to keyboard, mouse and touch input | |
Access to a keyboard device | |
Access to a displayable area managed by the compositor | |
Access to a pointer device | |
A Qt Quick item representing a QWaylandView | |
A Qt Quick item for QWaylandShellSurface | |
A rectangular area which is displayed on an output device | |
Allows to read the content of a QWaylandSurface | |
Access to a touch device | |
Represents a view of a surface on an output | |
Extension for desktop-style user interfaces | |
A shell surface providing desktop-style compositor-specific features to a surface | |
An xdg popup providing menus for an xdg surface | |
An xdg surface providing desktop-style compositor-specific features to a surface |
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.