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 { // ... } }
억제된 표면에는 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.