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
4#ifndef QWAYLANDTEXTINPUTMANAGER_H
5#define QWAYLANDTEXTINPUTMANAGER_H
6
7#include <QtWaylandCompositor/QWaylandCompositorExtension>
8
9#include <QtCore/QSize>
10
11QT_BEGIN_NAMESPACE
12
13class QWaylandTextInputManagerPrivate;
14
15class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandTextInputManager : public QWaylandCompositorExtensionTemplate<QWaylandTextInputManager>
16{
17 Q_OBJECT
18 Q_DECLARE_PRIVATE(QWaylandTextInputManager)
19public:
20 QWaylandTextInputManager();
21 QWaylandTextInputManager(QWaylandCompositor *compositor);
22
23 void initialize() override;
24
25 static const struct wl_interface *interface();
26 static QByteArray interfaceName();
27};
28
29QT_END_NAMESPACE
30
31#endif // QWAYLANDTEXTINPUTMANAGER_H
\qmltype TextInputManager \nativetype QWaylandTextInputManager \inqmlmodule QtWayland....
Combined button and popup list for selecting options.