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
qwaylandabstractdecoration_p.h
Go to the documentation of this file.
1// Copyright (C) 2017 Robin Burchell <robin.burchell@viroteck.net>
2// Copyright (C) 2019 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4// Qt-Security score:significant reason:default
5
6#ifndef QWAYLANDABSTRACTDECORATION_H
7#define QWAYLANDABSTRACTDECORATION_H
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists purely as an
14// implementation detail. This header file may change from version to
15// version without notice, or even be removed.
16//
17// We mean it.
18//
19
20#include <QtCore/QMargins>
21#include <QtCore/QPointF>
22#include <QtGui/QGuiApplication>
23#include <QtGui/QCursor>
24#include <QtGui/QColor>
25#include <QtGui/QStaticText>
26#include <QtGui/QImage>
27#include <QtGui/QEventPoint>
28#include <QtWaylandClient/qtwaylandclientglobal.h>
29
30#include <QtCore/QDebug>
31#include <QtCore/private/qglobal_p.h>
32
33QT_BEGIN_NAMESPACE
34
35class QWindow;
36class QPaintDevice;
37class QPainter;
38class QEvent;
39
40namespace QtWaylandClient {
41
42class QWaylandScreen;
43class QWaylandWindow;
44class QWaylandInputDevice;
46
88
89}
90
91QT_END_NAMESPACE
92
93#endif // QWAYLANDABSTRACTDECORATION_H
friend class QPainter
Combined button and popup list for selecting options.
static QRegion marginsRegion(const QSize &size, const QMargins &margins)