Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandxdgexporterv2.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 David Reondo <kde@david-redondo.de>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
8namespace QtWaylandClient {
9
14
19
21{
22 mHandle = handle;
23}
24
26{
27 return mHandle;
28}
29
30QWaylandXdgExporterV2::QWaylandXdgExporterV2(wl_registry *registry, uint32_t id, int version)
32{
33}
34
39}
40
41QT_END_NAMESPACE
void zxdg_exported_v2_handle(const QString &handle) override
QWaylandXdgExportedV2(::zxdg_exported_v2 *object)
QWaylandXdgExporterV2(wl_registry *registry, uint32_t id, int version)