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
qwaylandivisurfaceintegration_p.h
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:significant reason:default
4
5#ifndef QWAYLANDIVISURFACEINTEGRATION_H
6#define QWAYLANDIVISURFACEINTEGRATION_H
7
8#include <QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h>
9
10#include <QtWaylandCompositor/QWaylandIviSurface>
11
12QT_BEGIN_NAMESPACE
13
14//
15// W A R N I N G
16// -------------
17//
18// This file is not part of the Qt API. It exists purely as an
19// implementation detail. This header file may change from version to
20// version without notice, or even be removed.
21//
22// We mean it.
23//
24
25namespace QtWayland {
26
28{
30public:
33
34private Q_SLOTS:
36
37private:
38 QWaylandQuickShellSurfaceItem *m_item = nullptr;
39 QWaylandIviSurface *m_shellSurface = nullptr;
40};
41
42}
43
44QT_END_NAMESPACE
45
46#endif // QWAYLANDIVISURFACEINTEGRATION_H
Combined button and popup list for selecting options.