QWaylandViewporter Class
Proporciona una extensión para redimensionar y recortar superficies. Más...
| Cabecera: | #include <QWaylandViewporter> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
| qmake: | QT += waylandcompositor |
| Hereda: | QWaylandCompositorExtensionTemplate |
Funciones Públicas
| QWaylandViewporter() | |
| QWaylandViewporter(QWaylandCompositor *compositor) |
Funciones públicas reimplementadas
| virtual void | initialize() override |
Miembros públicos estáticos
| const struct wl_interface * | interface() |
Descripción Detallada
La extensión QWaylandViewporter proporciona a los clientes una forma de redimensionar y recortar el contenido de las superficies.
QWaylandViewporter corresponde a la interfaz de Wayland, wp_viewporter.
Documentación de Funciones Miembro
[explicit] QWaylandViewporter::QWaylandViewporter()
Construye un objeto QWaylandViewporter.
[explicit] QWaylandViewporter::QWaylandViewporter(QWaylandCompositor *compositor)
Construye un objeto QWaylandViewporter para la dirección compositor.
[override virtual] void QWaylandViewporter::initialize()
Reimplementa: QWaylandCompositorExtension::initialize().
Inicializa la extensión.
[static] const struct wl_interface *QWaylandViewporter::interface()
Devuelve la interfaz Wayland para QWaylandViewporter.
© 2026 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.