KDECore
backgroundchecker.h
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
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
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.