class Sonnet.BackgroundChecker


Table of contents
Modules
kdecore Classes
All Classes
Module kdecore
Namespace sonnet
Class Sonnet.BackgroundChecker
Inherits QObject

BackgroundChecker is used to perform spell checking without blocking the application. You can use it as is by calling the checkText function or subclass it and reimplement getMoreText function.

The misspelling signal is emitted whenever a misspelled word is found. The background checker stops right before emitting the signal. So the parent has to call continueChecking function to resume the checking.

done signal is emitted when whole text is spell checked.

Author Zack Rusin class used for spell checking in the background



methods