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