Qt Wayland Compositor C++ 類

提供用於編寫自定義 Wayland 顯示服務器的 C++ 類。 更多...

QWaylandBufferRef 保持對錶麵緩衝的引用
QWaylandClient Represents a client connecting to the QWaylandCompositor
QWaylandCompositor 管理 Wayland 顯示服務器
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
QWaylandSeat Access to keyboard, mouse, and touch input
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
QWaylandIviApplication 用於嵌入式樣式用戶界麵的擴展
QWaylandIviSurface Simple way to identify and resize a surface
QWaylandQuickShellSurfaceItem Qt Quick item that represents a QWaylandShellSurface
QWaylandShellSurface Common interface for surface roles specified by shell extensions
QWaylandWlShell Extension for desktop-style user interfaces
QWaylandWlShellSurface Desktop-style compositor-specific features to a surface
QWaylandXdgPopupV5 Menus for an xdg surface
QWaylandXdgShellV5 Extension for desktop-style user interfaces
QWaylandXdgSurfaceV5 Desktop-style compositor-specific features to an xdg surface

詳細描述

要包括模塊類定義,使用以下指令:

#include <QtWaylandCompositor>
					

要鏈接到模塊,添加此行到 qmake .pro 文件:

QT += waylandcompositor
					

有關在應用程序中使用這些類的更多信息,見 Qt Wayland Compositor 文檔編製。