21 #ifndef TDESPELL_BACKGROUNDCHECKER_H
22 #define TDESPELL_BACKGROUNDCHECKER_H
54 const char *name =0 );
63 void checkText(
const TQString& );
68 void changeLanguage(
const TQString& lang );
70 bool checkWord(
const TQString& word );
71 TQStringList suggest(
const TQString& )
const;
72 bool addWord(
const TQString& word );
83 virtual void continueChecking();
105 virtual TQString getMoreText();
111 virtual void finishedCurrentFeed();
114 void slotEngineDone();
BackgroundChecker is used to perform spell checking without blocking the application.
void done()
Emitted after the whole text has been spell checked.
void misspelling(const TQString &word, int start)
Emitted whenever a misspelled word is found.
Class used to deal with dictionaries.
Filter is used to split text into words which will be spell checked.