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
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
QString currentContext() const
Definition: backgroundchecker.cpp:159
void replace(int start, const QString &oldText, const QString &newText)
Definition: backgroundchecker.cpp:164
QStringList suggest(const QString &word) const
Definition: backgroundchecker.cpp:125
void misspelling(const QString &word, int start)
Emitted whenever a misspelled word is found.
Settings * settings() const
Returns the Settings object used by the loader.
Definition: loader.cpp:248
bool addWordToPersonal(const QString &word)
Definition: backgroundchecker.cpp:120
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
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-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.