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
qwaylandviewporter.h
Go to the documentation of this file.
1// Copyright (C) 2018 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 QWAYLANDVIEWPORTER_H
6#define QWAYLANDVIEWPORTER_H
7
8#include <QtWaylandCompositor/QWaylandCompositorExtension>
9
10QT_BEGIN_NAMESPACE
11
12class QWaylandViewporterPrivate;
13
14class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandViewporter
15 : public QWaylandCompositorExtensionTemplate<QWaylandViewporter>
16{
17 Q_OBJECT
18 Q_DECLARE_PRIVATE(QWaylandViewporter)
19
20public:
21 explicit QWaylandViewporter();
22 explicit QWaylandViewporter(QWaylandCompositor *compositor);
23
24 void initialize() override;
25
26 static const struct wl_interface *interface();
27};
28
29QT_END_NAMESPACE
30
31#endif // QWAYLANDVIEWPORTER_H
\inmodule QtWaylandCompositor
Combined button and popup list for selecting options.