QWaylandXdgOutputManagerV1 Class

데스크톱 지향 방식으로 출력을 설명하기 위한 확장 기능을 제공합니다. 더 보기...

Header: #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.