KSpell2::BackgroundEngine Class Reference
Inheritance diagram for KSpell2::BackgroundEngine:

Detailed Description
Definition at line 34 of file backgroundengine.h.
Signals | |
| void | misspelling (const QString &, int) |
| void | done () |
Public Member Functions | |
| BackgroundEngine (QObject *parent) | |
| ~BackgroundEngine () | |
| void | setBroker (const Broker::Ptr &broker) |
| Broker * | broker () const |
| void | setText (const QString &) |
| QString | text () const |
| void | changeLanguage (const QString &) |
| QString | language () const |
| void | setFilter (Filter *filter) |
| Filter * | filter () const |
| void | start () |
| void | continueChecking () |
| void | stop () |
| bool | checkWord (const QString &word) |
| QStringList | suggest (const QString &word) |
| bool | addWord (const QString &word) |
Protected Slots | |
| void | checkNext () |
The documentation for this class was generated from the following files:

