QWaylandIdleInhibitManagerV1 Class

컴포저의 유휴 동작을 억제할 수 있는 확장 기능을 제공합니다. 더 보기...

Header: #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 에 대한 웨이랜드 인터페이스를 반환합니다.

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