KDECore
backgroundengine.cpp
Go to the documentation of this file.
void setFilter(Filter *filter)
Definition: backgroundengine.cpp:67
void continueChecking()
Definition: backgroundengine.cpp:83
Filter is used to split text into words which will be spell checked.
Definition: filter_p.h:65
void misspelling(const QString &, int)
Emitted when a misspelling is found.
bool checkWord(const QString &word)
Definition: backgroundengine.cpp:104
BackgroundEngine(QObject *parent)
Definition: backgroundengine.cpp:31
Structure abstracts the word and its position in the parent text.
Definition: filter_p.h:40
QStringList suggest(const QString &word) const
Fetches suggestions for the word.
Definition: speller.cpp:122
void setSpeller(const Speller &speller)
Definition: backgroundengine.cpp:42
#define KDE_ISUNLIKELY(x)
The KDE_ISUNLIKELY macro tags a boolean expression as likely to evaluate to false.
Definition: kdemacros.h.cmake:285
bool addWord(const QString &word)
Definition: backgroundengine.cpp:109
void changeLanguage(const QString &)
Definition: backgroundengine.cpp:57
QStringList suggest(const QString &word)
Definition: backgroundengine.cpp:114
bool addToPersonal(const QString &word)
Adds word to the list of of personal words.
Definition: speller.cpp:147
void setLanguage(const QString &lang)
Sets the language supported by this speller.
Definition: speller.cpp:264
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.