XdgSurface QML Type
XdgSurface는 데스크톱 스타일의 컴포지터 전용 기능을 xdg 서페이스에 제공합니다. 더 보기...
Import Statement: | import QtWayland.Compositor.XdgShell |
In C++: | QWaylandXdgSurface |
속성
- popup : XdgPopup
- shell : XdgShell
- surface : WaylandSurface
- toplevel : XdgToplevel
- windowGeometry : rect
- windowType : enum
방법
- void initialize(object xdgShell, object surface, object client, int id)
상세 설명
이 유형은 XdgShell 확장의 일부이며, 기존 WaylandSurface 의 기능을 확장하여 크기 조정 및 서피스 이동과 같은 데스크톱 스타일 컴포지터에 특화된 기능을 제공합니다.
이는 Wayland 인터페이스 xdg_surface
에 해당합니다.
프로퍼티 문서
popup : XdgPopup |
이 프로퍼티에는 팝업 XdgSurface 에 특정한 프로퍼티와 메서드가 들어 있습니다.
toplevel 및 XdgShell::popupCreated도 참조하십시오 .
shell : XdgShell |
이 프로퍼티는 이 XdgSurface 와 연관된 셸을 보유합니다.
surface : WaylandSurface |
이 프로퍼티는 이 XdgSurface 와 연관된 표면을 보유합니다.
toplevel : XdgToplevel |
이 속성은 최상위 수준 XdgSurface 에 특정한 속성 및 메서드를 보유합니다.
popup 및 XdgShell::toplevelCreated도 참조하십시오 .
windowGeometry : rect |
이 속성은 QWaylandXdgSurface 의 창 지오메트리를 보유합니다. 창 지오메트리는 사용자 관점에서 창의 가시적 경계를 설명합니다. 지오메트리에는 클라이언트가 그린 경우 제목 표시줄과 테두리가 포함되지만 그림자 그림자는 제외됩니다. 창을 정렬하고 타일링하는 데 사용됩니다.
windowType : enum |
이 프로퍼티는 XdgSurface 의 창 유형을 보유합니다.
메서드 문서
void initialize(object xdgShell, object surface, object client, int id) |
XdgSurface 를 초기화하여 주어진 xdgShell, surface, client, id 와 연결합니다.
© 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.