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
qwaylandiviapplication.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 QWAYLANDIVIAPPLICATION_H
6#define QWAYLANDIVIAPPLICATION_H
7
8#include <QtWaylandCompositor/QWaylandCompositorExtension>
9#include <QtWaylandCompositor/QWaylandSurface>
10#include <QtWaylandCompositor/QWaylandResource>
11#include <QtWaylandCompositor/QWaylandIviSurface>
12#include <QtCore/QSize>
13
14QT_BEGIN_NAMESPACE
15
16class QWaylandIviApplicationPrivate;
17
18class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandIviApplication : public QWaylandCompositorExtensionTemplate<QWaylandIviApplication>
19{
20 Q_OBJECT
21 Q_DECLARE_PRIVATE(QWaylandIviApplication)
22
23public:
24 QWaylandIviApplication();
25 QWaylandIviApplication(QWaylandCompositor *compositor);
26
27 void initialize() override;
28
29 static const struct wl_interface *interface();
30 static QByteArray interfaceName();
31
32Q_SIGNALS:
33 void iviSurfaceRequested(QWaylandSurface *surface, uint iviId, const QWaylandResource &resource);
34 void iviSurfaceCreated(QWaylandIviSurface *iviSurface);
35};
36
37QT_END_NAMESPACE
38
39#endif // QWAYLANDIVIAPPLICATION_H
\qmltype IviApplication \nativetype QWaylandIviApplication \inqmlmodule QtWayland....
Combined button and popup list for selecting options.