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// Qt-Security score:significant reason:default
4
6
8
9namespace QtWaylandClient {
10
15
20
22{
23 mHandle = handle;
24}
25
27{
28 return mHandle;
29}
30
31QWaylandXdgExporterV2::QWaylandXdgExporterV2(wl_registry *registry, uint32_t id, int version)
33{
34}
35
40}
41
42QT_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)
Combined button and popup list for selecting options.