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