QWaylandXdgOutputManagerV1 Class

Provides an extension for describing outputs in a desktop oriented fashion. More...

Header: #include <QWaylandXdgOutputManagerV1>
CMake: find_package(Qt6 COMPONENTS Waylandcompositor REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Waylandcompositor)
qmake: QT += waylandcompositor
Since: Qt 5.14
Instantiated By: XdgOutputManagerV1
Inherits: QWaylandCompositorExtensionTemplate

Public Functions

QWaylandXdgOutputManagerV1(QWaylandCompositor *compositor)
QWaylandXdgOutputManagerV1()

Reimplemented Public Functions

virtual void initialize() override

Static Public Members

const wl_interface *interface()

Detailed Description

The QWaylandXdgOutputManagerV1 extension provides a way for a compositor to describe outputs in a way that is more in line with the concept of an output on desktop oriented systems.

Some information may not make sense in other applications such as IVI systems.

QWaylandXdgOutputManagerV1 corresponds to the Wayland interface, zxdg_output_manager_v1.

Member Function Documentation

QWaylandXdgOutputManagerV1::QWaylandXdgOutputManagerV1(QWaylandCompositor *compositor)

Constructs a QWaylandXdgOutputManagerV1 object for the provided compositor.

QWaylandXdgOutputManagerV1::QWaylandXdgOutputManagerV1()

Constructs a QWaylandXdgOutputManagerV1 object.

[override virtual] void QWaylandXdgOutputManagerV1::initialize()

Initializes the extension.

[static] const wl_interface *QWaylandXdgOutputManagerV1::interface()

Returns the Wayland interface for QWaylandXdgOutputManagerV1.

© 2024 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.