aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cerence/xt9/xt9common/xt9kime.h
blob: 50578e811a4ad8874879f27a43f4ea144e0b8cb5 (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
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef XT9KIME_H
#define XT9KIME_H

#include "xt9awime.h"

QT_BEGIN_NAMESPACE
namespace QtVirtualKeyboard {

class Xt9KIme : public Xt9AwIme
{
public:
    Xt9KIme(Xt9RequestCallback *requestCallback);

    void sysInit() override;
    QString exactWord(int *wordCompLen = nullptr) override;

public:
    ET9KLingCmnInfo sKLingCmn;
};

} // namespace QtVirtualKeyboard
QT_END_NAMESPACE

#endif // XT9KIME_H