Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
4#ifndef QWAYLANDIVISURFACEINTEGRATION_H
5#define QWAYLANDIVISURFACEINTEGRATION_H
6
7#include <QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h>
8
9#include <QtWaylandCompositor/QWaylandIviSurface>
10
12
13//
14// W A R N I N G
15// -------------
16//
17// This file is not part of the Qt API. It exists purely as an
18// implementation detail. This header file may change from version to
19// version without notice, or even be removed.
20//
21// We mean it.
22//
23
24namespace QtWayland {
25
27{
29public:
31 ~IviSurfaceIntegration() override;
32
33private Q_SLOTS:
34 void handleIviSurfaceDestroyed();
35
36private:
37 QWaylandQuickShellSurfaceItem *m_item = nullptr;
38 QWaylandIviSurface *m_shellSurface = nullptr;
39};
40
41}
42
44
45#endif // QWAYLANDIVISURFACEINTEGRATION_H
\qmltype IviSurface \instantiates QWaylandIviSurface \inqmlmodule QtWayland.Compositor....
\qmltype ShellSurfaceItem \instantiates QWaylandQuickShellSurfaceItem \inherits WaylandQuickItem \inq...
IviSurfaceIntegration(QWaylandQuickShellSurfaceItem *item)
Combined button and popup list for selecting options.
#define Q_OBJECT
#define Q_SLOTS
QGraphicsItem * item