Sonnet
9#ifndef SONNET_VOIKKODICT_H
10#define SONNET_VOIKKODICT_H
12#include "spellerplugin_p.h"
13#include <libvoikko/voikko.h>
16#include <QScopedPointer>
19class VoikkoDictPrivate;
21class VoikkoDict :
public Sonnet::SpellerPlugin
27 friend class VoikkoClient;
31 bool isCorrect(
const QString &word)
const override;
32 QStringList suggest(
const QString &word)
const override;
34 bool storeReplacement(
const QString &bad,
const QString &good)
override;
35 bool addToPersonal(
const QString &word)
override;
36 bool addToSession(
const QString &word)
override;
41 bool initFailed() const Q_DECL_NOEXCEPT;
48 explicit VoikkoDict(const QString &language) Q_DECL_NOEXCEPT;
51 QScopedPointer<VoikkoDictPrivate> d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.