Qt Wayland Compositor C++ 类

提供用于编写自定义 Wayland 显示服务器的 C++ 类。 更多...

QWaylandBufferRef 保持对表面缓冲的引用
QWaylandClient Represents a client connecting to the QWaylandCompositor
QWaylandCompositor 管理 Wayland 显示服务器
QWaylandIviApplication 用于嵌入式样式用户界面的扩展
QWaylandIviSurface Simple way to identify and resize a surface
QWaylandKeyboard Represents a keyboard device
QWaylandOutput Represents a displayable area managed by the compositor
QWaylandOutputMode Holds the resolution and refresh rate of an output
QWaylandPointer Represents a pointer device
QWaylandQuickItem Qt Quick item representing a QWaylandView
QWaylandQuickShellSurfaceItem Qt Quick item that represents a QWaylandShellSurface
QWaylandSeat Access to keyboard, mouse, and touch input
QWaylandShellSurface Common interface for surface roles specified by shell extensions
QWaylandSurface Represents a rectangular area on an output device
QWaylandSurfaceGrabber Allows to read the content of a QWaylandSurface
QWaylandTouch Access to a touch device
QWaylandView Represents a view of a surface on an output
QWaylandWlShell Extension for desktop-style user interfaces
QWaylandWlShellSurface Desktop-style compositor-specific features to a surface
QWaylandXdgDecorationManagerV1 Provides an extension for negotiation of server-side and client-side window decorations
QWaylandXdgPopup Represents the popup specific parts of an xdg surface
QWaylandXdgPopupV6 Represents the popup specific parts of an xdg surface
QWaylandXdgShell Extension for desktop-style user interfaces
QWaylandXdgShellV6 Extension for desktop-style user interfaces
QWaylandXdgSurface Desktop-style compositor-specific features to an xdg surface
QWaylandXdgSurfaceV6 Desktop-style compositor-specific features to an xdg surface
QWaylandXdgToplevel Represents the toplevel window specific parts of an xdg surface
QWaylandXdgToplevelV6 Represents the toplevel window specific parts of an xdg surface

详细描述

要包括模块类定义,使用以下指令:

#include <QtWaylandCompositor>
					

要链接到模块,添加此行到 qmake .pro 文件:

QT += waylandcompositor
					

有关在应用程序中使用这些类的更多信息,见 Qt Wayland Compositor 文档编制。