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
qwaylandtextinputmanager.h
Go to the documentation of this file.
1// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QWAYLANDTEXTINPUTMANAGER_H
6#define QWAYLANDTEXTINPUTMANAGER_H
7
8#include <QtWaylandCompositor/QWaylandCompositorExtension>
9
10#include <QtCore/QSize>
11
12QT_BEGIN_NAMESPACE
13
14class QWaylandTextInputManagerPrivate;
15
16class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandTextInputManager : public QWaylandCompositorExtensionTemplate<QWaylandTextInputManager>
17{
18 Q_OBJECT
19 Q_DECLARE_PRIVATE(QWaylandTextInputManager)
20public:
21 QWaylandTextInputManager();
22 QWaylandTextInputManager(QWaylandCompositor *compositor);
23
24 void initialize() override;
25
26 static const struct wl_interface *interface();
27 static QByteArray interfaceName();
28};
29
30QT_END_NAMESPACE
31
32#endif // QWAYLANDTEXTINPUTMANAGER_H
\qmltype TextInputManager \nativetype QWaylandTextInputManager \inqmlmodule QtWayland....
Combined button and popup list for selecting options.