KDECore
#include <backgroundengine_p.h>

Signals | |
void | done () |
void | misspelling (const QString &, int) |
Public Member Functions | |
BackgroundEngine (QObject *parent) | |
~BackgroundEngine () | |
bool | addWord (const QString &word) |
void | changeLanguage (const QString &) |
bool | checkWord (const QString &word) |
void | continueChecking () |
Filter * | filter () const |
QString | language () const |
void | setFilter (Filter *filter) |
void | setSpeller (const Speller &speller) |
void | setText (const QString &) |
Speller | speller () const |
void | start () |
void | stop () |
QStringList | suggest (const QString &word) |
QString | text () const |
Protected Slots | |
void | checkNext () |
Detailed Description
Definition at line 35 of file backgroundengine_p.h.
Constructor & Destructor Documentation
◆ BackgroundEngine()
|
explicit |
Definition at line 31 of file backgroundengine.cpp.
◆ ~BackgroundEngine()
BackgroundEngine::~BackgroundEngine | ( | ) |
Definition at line 37 of file backgroundengine.cpp.
Member Function Documentation
◆ addWord()
Definition at line 109 of file backgroundengine.cpp.
◆ changeLanguage()
Definition at line 57 of file backgroundengine.cpp.
◆ checkNext
|
protectedslot |
Definition at line 88 of file backgroundengine.cpp.
◆ checkWord()
Definition at line 104 of file backgroundengine.cpp.
◆ continueChecking()
void BackgroundEngine::continueChecking | ( | ) |
Definition at line 83 of file backgroundengine.cpp.
◆ done
|
signal |
Emitted when all words have been checked.
◆ filter()
|
inline |
Definition at line 52 of file backgroundengine_p.h.
◆ language()
QString BackgroundEngine::language | ( | ) | const |
Definition at line 62 of file backgroundengine.cpp.
◆ misspelling
Emitted when a misspelling is found.
◆ setFilter()
Definition at line 67 of file backgroundengine.cpp.
◆ setSpeller()
Definition at line 42 of file backgroundengine.cpp.
◆ setText()
Definition at line 47 of file backgroundengine.cpp.
◆ speller()
|
inline |
Definition at line 43 of file backgroundengine_p.h.
◆ start()
void BackgroundEngine::start | ( | ) |
Definition at line 74 of file backgroundengine.cpp.
◆ stop()
void BackgroundEngine::stop | ( | ) |
Definition at line 79 of file backgroundengine.cpp.
◆ suggest()
QStringList BackgroundEngine::suggest | ( | const QString & | word | ) |
Definition at line 114 of file backgroundengine.cpp.
◆ text()
QString BackgroundEngine::text | ( | ) | const |
Definition at line 52 of file backgroundengine.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.