Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwaylandxdgdialogv1.cpp
Go to the documentation of this file.
1// Copyright (C) 2023 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
10QWaylandXdgDialogV1::QWaylandXdgDialogV1(::xdg_dialog_v1 *object) : xdg_dialog_v1(object) { }
11
13{
14 xdg_dialog_v1_destroy(object());
15}
16
17QWaylandXdgDialogWmV1::QWaylandXdgDialogWmV1(wl_registry *registry, uint32_t id, int version)
18 : xdg_wm_dialog_v1(registry, id, version)
19{
20}
21
27{
28 return new QWaylandXdgDialogV1(get_xdg_dialog(toplevel));
29}
30
31} // namespace QtWaylandClient
32
QWaylandXdgDialogWmV1(wl_registry *registry, uint32_t id, int version)
QWaylandXdgDialogV1 * getDialog(xdg_toplevel *toplevel)
Combined button and popup list for selecting options.
GLenum GLuint id
[7]
GLuint object
[3]