lib
KoBgSpellCheck Class Reference
List of all members.Detailed Description
Definition at line 32 of file KoBgSpellCheck.h.
Public Slots | |
| void | start () |
| void | stop () |
| void | setEnabled (bool b) |
Public Member Functions | |
| KoBgSpellCheck (const KSpell2::Broker::Ptr &broker, QObject *parent=0, const char *name=0) | |
| virtual | ~KoBgSpellCheck () |
| void | registerNewTextObject (KoTextObject *object) |
| virtual KoTextIterator * | createWholeDocIterator () const =0 |
| bool | enabled () const |
| KSpell2::Settings * | settings () const |
| void | setIntraWordEditing (KoTextParag *parag, int index) |
Protected Slots | |
| void | spellCheckerMisspelling (const QString &, int) |
| void | spellCheckerDone () |
| void | checkerContinue () |
| void | slotParagraphCreated (KoTextParag *parag) |
| void | slotParagraphModified (KoTextParag *parag, int, int pos, int length) |
| void | slotParagraphDeleted (KoTextParag *parag) |
| void | slotClearPara () |
Protected Member Functions | |
| void | markWord (KoTextParag *parag, int pos, int length, bool misspelled) |
Member Function Documentation
| void KoBgSpellCheck::setIntraWordEditing | ( | KoTextParag * | parag, | |
| int | index | |||
| ) |
Tell KoBgSpellCheck to avoid spell-checking the word around this position yet, while the user is editing it.
Definition at line 308 of file KoBgSpellCheck.cpp.
| KSpell2::Settings * KoBgSpellCheck::settings | ( | ) | const |
The documentation for this class was generated from the following files:

