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.