Sonnet
7#ifndef KSPELL_ISPELLCHECKDICT_H
8#define KSPELL_ISPELLCHECKDICT_H
10#include "spellerplugin_p.h"
12#include "ispellcheckerclient.h"
14class ISpellCheckerDict :
public Sonnet::SpellerPlugin
17 explicit ISpellCheckerDict(ISpellChecker *spellChecker,
const QString &language);
18 ~ISpellCheckerDict()
override;
19 bool isCorrect(
const QString &word)
const override;
21 QStringList suggest(
const QString &word)
const override;
23 bool storeReplacement(
const QString &bad,
const QString &good)
override;
25 bool addToPersonal(
const QString &word)
override;
26 bool addToSession(
const QString &word)
override;
30 ISpellChecker *
const m_spellChecker;
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.