Provides an extension for describing outputs in a desktop oriented fashion. 更多...
头: | #include <QWaylandXdgOutputManagerV1> |
CMake: |
find_package(Qt6 COMPONENTS Waylandcompositor REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Waylandcompositor) |
qmake: | QT += waylandcompositor |
Since: | Qt 5.14 |
实例化: | XdgOutputManagerV1 |
继承: | QWaylandCompositorExtensionTemplate |
QWaylandXdgOutputManagerV1 (QWaylandCompositor * compositor ) | |
QWaylandXdgOutputManagerV1 () |
virtual void | initialize () override |
const wl_interface * | interface () |
The QWaylandXdgOutputManagerV1 extension provides a way for a compositor to describe outputs in a way that is more in line with the concept of an output on desktop oriented systems.
Some information may not make sense in other applications such as IVI systems.
QWaylandXdgOutputManagerV1 corresponds to the Wayland interface,
zxdg_output_manager_v1
.
Constructs a QWaylandXdgOutputManagerV1 object for the provided compositor .
Constructs a QWaylandXdgOutputManagerV1 object.
[override virtual]
void
QWaylandXdgOutputManagerV1::
initialize
()
Initializes the extension.
[static]
const
wl_interface
*QWaylandXdgOutputManagerV1::
interface
()
Returns the Wayland interface for QWaylandXdgOutputManagerV1 .