KDECore
speller.h
Go to the documentation of this file.
bool checkAndSuggest(const QString &word, QStringList &suggestions) const
Convience method calling isCorrect() and suggest() if the word isn't correct.
Definition speller.cpp:129
bool addToSession(const QString &word)
Adds word to the words recognizable in the current session.
Definition speller.cpp:155
QStringList suggest(const QString &word) const
Fetches suggestions for the word.
Definition speller.cpp:122
bool addToPersonal(const QString &word)
Adds word to the list of of personal words.
Definition speller.cpp:147
bool storeReplacement(const QString &bad, const QString &good)
Stores user defined good replacement for the bad word.
Definition speller.cpp:138
bool isValid() const
Returns true if the speller supports currently selected language.
Definition speller.cpp:259
void setLanguage(const QString &lang)
Sets the language supported by this speller.
Definition speller.cpp:264
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.