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
qwlregion.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include "qwlregion_p.h"
5
6#include <QtWaylandCompositor/private/qwaylandutils_p.h>
7
9
10namespace QtWayland {
11
12Region::Region(struct wl_client *client, uint32_t id)
14{
15}
16
18{
19}
20
21Region *Region::fromResource(struct ::wl_resource *resource)
22{
24}
25
27{
28 delete this;
29}
30
35
40
45
46}
47
48QT_END_NAMESPACE
Combined button and popup list for selecting options.