summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandtextinputmanagerv3.h
blob: 1f30514464bd9fa774886e4e2166d2d9e580326b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QWAYLANDTEXTINPUTMANAGERV3_H
#define QWAYLANDTEXTINPUTMANAGERV3_H

#include <QtWaylandCompositor/QWaylandCompositorExtension>

#include <QtCore/QSize>

QT_BEGIN_NAMESPACE

class QWaylandTextInputManagerV3Private;

class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandTextInputManagerV3 : public QWaylandCompositorExtensionTemplate<QWaylandTextInputManagerV3>
{
    Q_OBJECT
    Q_DECLARE_PRIVATE(QWaylandTextInputManagerV3)
public:
    QWaylandTextInputManagerV3();
    explicit QWaylandTextInputManagerV3(QWaylandCompositor *compositor);
    ~QWaylandTextInputManagerV3() override;

    void initialize() override;

    static const struct wl_interface *interface();
    static QByteArray interfaceName();
};

QT_END_NAMESPACE

#endif // QWAYLANDTEXTINPUTMANAGERV3_H