backgroundchecker.h
virtual void finishedCurrentFeed()
This function will be called whenever the background checker will be finished text which it got from ...
Definition backgroundchecker.cpp:89
void checkText(const TQString &)
This method is used to spell check static text.
Definition backgroundchecker.cpp:60
void misspelling(const TQString &word, int start)
Emitted whenever a misspelled word is found.
virtual TQString getMoreText()
This function is called to get the text to spell check.
Definition backgroundchecker.cpp:84
virtual void continueChecking()
After emitting misspelling signal the background checker stops.
Definition backgroundchecker.cpp:134
Filter is used to split text into words which will be spell checked.
Definition filter.h:65
Trinity API Reference