QWaylandXdgOutputManagerV1 Class
Bietet eine Erweiterung zur Beschreibung von Ausgaben in einer desktoporientierten Weise. Mehr...
Kopfzeile: | #include <QWaylandXdgOutputManagerV1> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
In QML: | XdgOutputManagerV1 |
Vererbt: | QWaylandCompositorExtensionTemplate |
Öffentliche Funktionen
QWaylandXdgOutputManagerV1() | |
QWaylandXdgOutputManagerV1(QWaylandCompositor *compositor) |
Reimplementierte öffentliche Funktionen
virtual void | initialize() override |
Statische öffentliche Mitglieder
const wl_interface * | interface() |
Detaillierte Beschreibung
Die QWaylandXdgOutputManagerV1-Erweiterung bietet einem Compositor die Möglichkeit, Ausgaben in einer Weise zu beschreiben, die dem Konzept einer Ausgabe auf Desktop-orientierten Systemen besser entspricht.
Einige Informationen sind in anderen Anwendungen, wie z.B. IVI-Systemen, möglicherweise nicht sinnvoll.
QWaylandXdgOutputManagerV1 entspricht der Wayland-Schnittstelle, zxdg_output_manager_v1
.
Dokumentation der Mitgliedsfunktionen
[explicit]
QWaylandXdgOutputManagerV1::QWaylandXdgOutputManagerV1()
Konstruiert ein QWaylandXdgOutputManagerV1-Objekt.
QWaylandXdgOutputManagerV1::QWaylandXdgOutputManagerV1(QWaylandCompositor *compositor)
Konstruiert ein QWaylandXdgOutputManagerV1-Objekt für das angegebene compositor.
[override virtual]
void QWaylandXdgOutputManagerV1::initialize()
Reimplements: QWaylandCompositorExtension::initialize().
Initialisiert die Erweiterung.
[static]
const wl_interface *QWaylandXdgOutputManagerV1::interface()
Gibt die Wayland-Schnittstelle für QWaylandXdgOutputManagerV1 zurück.
© 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.