Sonnet
speller.h
QMap< QString, QString > preferredDictionaries() const
Definition speller.cpp:262
bool checkAndSuggest(const QString &word, QStringList &suggestions) const
Convenience method calling isCorrect() and suggest() if the word isn't correct.
Definition speller.cpp:112
bool addToSession(const QString &word)
Adds word to the words recognizable in the current session.
Definition speller.cpp:136
QStringList availableLanguageNames() const
Definition speller.cpp:179
QStringList suggest(const QString &word) const
Fetches suggestions for the word.
Definition speller.cpp:104
QMap< QString, QString > availableDictionaries() const
Definition speller.cpp:249
bool addToPersonal(const QString &word)
Adds word to the list of of personal words.
Definition speller.cpp:128
bool storeReplacement(const QString &bad, const QString &good)
Stores user defined good replacement for the bad word.
Definition speller.cpp:120
void setLanguage(const QString &lang)
Sets the language supported by this speller.
Definition speller.cpp:243
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
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.