IdleInhibitManagerV1 QML Type

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

Import Statement: import QtWayland.Compositor
In C++: QWaylandIdleInhibitManagerV1

詳細説明

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

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

コンポジターで拡張機能の機能を提供するには、IdleInhibitManagerV1コンポーネントのインスタンスを作成し、コンポジターがサポートする拡張機能のリストに追加します:

import QtWayland.Compositor

WaylandCompositor {
    IdleInhibitManagerV1 {
        // ...
    }
}

Inhibited サーフェスはWaylandSurface::inhibitsIdle プロパティがtrue に設定されています。

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

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