QWaylandXdgOutputManagerV1 Class
为以桌面为导向的方式描述输出提供扩展。更多
头文件: | #include <QWaylandXdgOutputManagerV1> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
在 QML 中: | XdgOutputManagerV1 |
继承: | QWaylandCompositorExtensionTemplate |
公共函数
QWaylandXdgOutputManagerV1() | |
QWaylandXdgOutputManagerV1(QWaylandCompositor *compositor) |
重新实现的公共函数
virtual void | initialize() override |
静态公共成员
const wl_interface * | interface() |
详细描述
QWaylandXdgOutputManagerV1 扩展为合成器提供了一种描述输出的方式,这种方式更符合桌面导向系统中输出的概念。
某些信息在其他应用程序(如 IVI 系统)中可能没有意义。
QWaylandXdgOutputManagerV1 与 Wayland 接口zxdg_output_manager_v1
相对应。
成员函数文档
[explicit]
QWaylandXdgOutputManagerV1::QWaylandXdgOutputManagerV1()
构造一个 QWaylandXdgOutputManagerV1 对象。
QWaylandXdgOutputManagerV1::QWaylandXdgOutputManagerV1(QWaylandCompositor *compositor)
为提供的compositor 构建 QWaylandXdgOutputManagerV1 对象。
[override virtual]
void QWaylandXdgOutputManagerV1::initialize()
重新实现:QWaylandCompositorExtension::initialize().
初始化扩展。
[static]
const wl_interface *QWaylandXdgOutputManagerV1::interface()
返回QWaylandXdgOutputManagerV1 的 Wayland 界面。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.