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_p.h
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
5#pragma once
6
7#include <qwayland-xdg-foreign-unstable-v2.h>
8
9#include <QtWaylandClient/qtwaylandclientglobal.h>
10
11QT_BEGIN_NAMESPACE
12
13namespace QtWaylandClient {
14
16{
17public:
18 explicit QWaylandXdgExportedV2(::zxdg_exported_v2 *object);
20 QString handle() const;
21
22private:
23 void zxdg_exported_v2_handle(const QString &handle) override;
24 QString mHandle;
25};
26
28{
29public:
30 QWaylandXdgExporterV2(wl_registry *registry, uint32_t id, int version);
32};
33
34}
35
36QT_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.