KDECore
backgroundchecker.cpp
Go to the documentation of this file.
Definition kaboutdata.h:33
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
void changeLanguage(const QString &)
Definition backgroundengine.cpp:57
void setSpeller(const Speller &speller)
Definition backgroundengine.cpp:42
QStringList suggest(const QString &word)
Definition backgroundengine.cpp:114
bool checkWord(const QString &word)
Definition backgroundengine.cpp:104
bool addWord(const QString &word)
Definition backgroundengine.cpp:109
virtual QString context() const
Should return the sentence containing the current word.
Definition filter.cpp:226
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.