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
qwaylandtextinputmanagerv3.h
Go to the documentation of this file.
1// Copyright (C) 2021 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 QWAYLANDTEXTINPUTMANAGERV3_H
6#define QWAYLANDTEXTINPUTMANAGERV3_H
7
8#include <QtWaylandCompositor/QWaylandCompositorExtension>
9
10#include <QtCore/QSize>
11
12QT_BEGIN_NAMESPACE
13
14class QWaylandTextInputManagerV3Private;
15
16class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandTextInputManagerV3 : public QWaylandCompositorExtensionTemplate<QWaylandTextInputManagerV3>
17{
18 Q_OBJECT
19 Q_DECLARE_PRIVATE(QWaylandTextInputManagerV3)
20public:
21 QWaylandTextInputManagerV3();
22 explicit QWaylandTextInputManagerV3(QWaylandCompositor *compositor);
23 ~QWaylandTextInputManagerV3() override;
24
25 void initialize() override;
26
27 static const struct wl_interface *interface();
28 static QByteArray interfaceName();
29};
30
31QT_END_NAMESPACE
32
33#endif // QWAYLANDTEXTINPUTMANAGERV3_H
Provides access to input methods in the compositor.
Combined button and popup list for selecting options.