KDECore
backgroundchecker.cpp
Go to the documentation of this file.
virtual void finishedCurrentFeed()
This function will be called whenever the background checker will be finished text which it got from ...
Definition backgroundchecker.cpp:101
bool addWordToPersonal(const QString &word)
Definition backgroundchecker.cpp:120
~BackgroundChecker()
Definition backgroundchecker.cpp:63
QString currentContext() const
Definition backgroundchecker.cpp:159
bool checkWord(const QString &word)
Definition backgroundchecker.cpp:115
void setText(const QString &text)
This method is used to spell check static text.
Definition backgroundchecker.cpp:75
void setSpeller(const Speller &speller)
Definition backgroundchecker.cpp:105
void changeLanguage(const QString &lang)
Definition backgroundchecker.cpp:130
void misspelling(const QString &word, int start)
Emitted whenever a misspelled word is found.
void replace(int start, const QString &oldText, const QString &newText)
Definition backgroundchecker.cpp:164
BackgroundChecker(QObject *parent=0)
Definition backgroundchecker.cpp:40
virtual QString fetchMoreText()
This function is called to get the text to spell check.
Definition backgroundchecker.cpp:96
QStringList suggest(const QString &word) const
Definition backgroundchecker.cpp:125
virtual void continueChecking()
After emitting misspelling signal the background checker stops.
Definition backgroundchecker.cpp:135
Structure abstracts the word and its position in the parent text.
Definition filter_p.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.