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();
void done()
Emitted after the whole text has been spell checked.
Filter is used to split text into words which will be spell checked.
Class used to deal with dictionaries.
void misspelling(const TQString &word, int start)
Emitted whenever a misspelled word is found.
BackgroundChecker is used to perform spell checking without blocking the application.