QWaylandIdleInhibitManagerV1 Class

コンポジターのアイドル動作を抑制する拡張機能を提供する。詳細...

ヘッダ #include <QWaylandIdleInhibitManagerV1>
CMake: find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
qmake QT += waylandcompositor
QML で IdleInhibitManagerV1
継承: QWaylandCompositorExtensionTemplate

パブリック関数

再実装パブリック関数

virtual void initialize() override

静的パブリックメンバ

const struct wl_interface *interface()

詳細な説明

QWaylandIdleInhibitV1エクステンションは、特定のサーフェスがユーザーに視覚的に関連している場合に、クライアントがコンポジターのアイドル動作を抑制する方法を提供します。

QWaylandIdleInhibitManagerV1 は Wayland インターフェースzwp_idle_inhibit_manager_v1 に対応しています。

抑制されたサーフェスはQWaylandSurface::inhibitsIdle プロパティがtrue に設定されます。

QWaylandSurface::inhibitsIdleも参照してください

メンバー関数ドキュメント

QWaylandIdleInhibitManagerV1::QWaylandIdleInhibitManagerV1()

QWaylandIdleInhibitManagerV1 オブジェクトを構築します。

[explicit] QWaylandIdleInhibitManagerV1::QWaylandIdleInhibitManagerV1(QWaylandCompositor *compositor)

指定されたcompositor の QWaylandIdleInhibitManagerV1 オブジェクトを構築する。

[virtual noexcept] QWaylandIdleInhibitManagerV1::~QWaylandIdleInhibitManagerV1()

QWaylandIdleInhibitManagerV1 オブジェクトを破棄します。

[override virtual] void QWaylandIdleInhibitManagerV1::initialize()

再インプリメント:QWaylandCompositorExtension::initialize().

拡張機能を初期化します。

[static] const struct wl_interface *QWaylandIdleInhibitManagerV1::interface()

QWaylandIdleInhibitManagerV1 の 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.