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
5#ifndef QWAYLANDABSTRACTDECORATION_H
6#define QWAYLANDABSTRACTDECORATION_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtCore/QMargins>
20#include <QtCore/QPointF>
21#include <QtGui/QGuiApplication>
22#include <QtGui/QCursor>
23#include <QtGui/QColor>
24#include <QtGui/QStaticText>
25#include <QtGui/QImage>
26#include <QtGui/QEventPoint>
27#include <QtWaylandClient/qtwaylandclientglobal.h>
28
29#include <QtCore/QDebug>
30#include <QtCore/private/qglobal_p.h>
31
32QT_BEGIN_NAMESPACE
33
34class QWindow;
35class QPaintDevice;
36class QPainter;
37class QEvent;
38
39namespace QtWaylandClient {
40
41class QWaylandScreen;
42class QWaylandWindow;
43class QWaylandInputDevice;
45
87
88}
89
90QT_END_NAMESPACE
91
92#endif // QWAYLANDABSTRACTDECORATION_H
friend class QPainter
Combined button and popup list for selecting options.
static QRegion marginsRegion(const QSize &size, const QMargins &margins)