QWaylandViewporter Class
표면 크기 조정 및 자르기를 위한 확장 기능을 제공합니다. 더 보기...
헤더: | #include <QWaylandViewporter> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
상속합니다: | QWaylandCompositorExtensionTemplate |
공용 함수
QWaylandViewporter() | |
QWaylandViewporter(QWaylandCompositor *compositor) |
재구현된 공용 함수
virtual void | initialize() override |
정적 공용 멤버
const struct wl_interface * | interface() |
상세 설명
QWaylandViewporter 확장은 클라이언트가 표면 콘텐츠의 크기를 조정하고 자를 수 있는 방법을 제공합니다.
QWaylandViewporter는 Wayland 인터페이스( wp_viewporter
)에 해당합니다.
멤버 함수 문서
[explicit]
QWaylandViewporter::QWaylandViewporter()
QWaylandViewporter 객체를 생성합니다.
[explicit]
QWaylandViewporter::QWaylandViewporter(QWaylandCompositor *compositor)
제공된 compositor 에 대한 QWaylandViewporter 객체를 생성합니다.
[override virtual]
void QWaylandViewporter::initialize()
다시 구현합니다: QWaylandCompositorExtension::initialize().
확장자를 초기화합니다.
[static]
const struct wl_interface *QWaylandViewporter::interface()
QWaylandViewporter 에 대한 웨이랜드 인터페이스를 반환합니다.
© 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.