QWaylandXdgDecorationManagerV1 Class
서버 측 및 클라이언트 측 창 장식의 협상을 위한 확장 기능을 제공합니다. 더 보기...
Header: | #include <QWaylandXdgDecorationManagerV1> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
QML에서: | XdgDecorationManagerV1 |
상속합니다: | QWaylandCompositorExtensionTemplate |
속성
- preferredMode : QWaylandXdgToplevel::DecorationMode
공용 함수
QWaylandXdgDecorationManagerV1() | |
QWaylandXdgToplevel::DecorationMode | preferredMode() const |
void | setPreferredMode(QWaylandXdgToplevel::DecorationMode preferredMode) |
재구현된 공용 함수
virtual void | initialize() override |
시그널
void | preferredModeChanged() |
정적 공용 멤버
const struct wl_interface * | interface() |
상세 설명
QWaylandXdgDecorationManagerV1 확장은 컴포저가 서버 측 창 장식을 지원하고, xdg-셸 클라이언트가 클라이언트 측 또는 서버 측 장식을 선호하는지 통신할 수 있는 방법을 제공합니다.
QWaylandXdgDecorationManagerV1은 Wayland 인터페이스( zxdg_decoration_manager_v1
)에 해당합니다.
QWaylandXdgToplevel::decorationMode도 참조하십시오 .
속성 문서
preferredMode : QWaylandXdgToplevel::DecorationMode
이 프로퍼티에는 컴포저가 선호하는 데코레이션 모드가 저장됩니다.
서버 측 또는 클라이언트 측 데코레이션에 대한 기본 설정을 지정하지 않은 클라이언트에 사용되는 모드입니다.
액세스 기능:
QWaylandXdgToplevel::DecorationMode | preferredMode() const |
void | setPreferredMode(QWaylandXdgToplevel::DecorationMode preferredMode) |
알림 신호:
void | preferredModeChanged() |
멤버 함수 문서
[explicit]
QWaylandXdgDecorationManagerV1::QWaylandXdgDecorationManagerV1()
QWaylandXdgDecorationManagerV1 오브젝트를 생성합니다.
[override virtual]
void QWaylandXdgDecorationManagerV1::initialize()
다시 구현합니다: QWaylandCompositorExtension::initialize().
확장자를 초기화합니다.
[static]
const struct wl_interface *QWaylandXdgDecorationManagerV1::interface()
QWaylandXdgDecorationManagerV1 에 대한 웨이랜드 인터페이스를 반환합니다.
© 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.