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// Qt-Security score:critical reason:network-protocol
4
5#include "qwlregion_p.h"
6
7#include <QtWaylandCompositor/private/qwaylandutils_p.h>
8
10
11namespace QtWayland {
12
13Region::Region(struct wl_client *client, uint32_t id)
15{
16}
17
19{
20}
21
22Region *Region::fromResource(struct ::wl_resource *resource)
23{
25}
26
28{
29 delete this;
30}
31
36
41
46
47}
48
49QT_END_NAMESPACE
Combined button and popup list for selecting options.