dictionary.h
virtual bool checkAndSuggest(const TQString &word, TQStringList &suggestions)=0
Checks the word and fetches suggestions for it.
bool isDefault() const
Returns true if this dictionary was constructed from default Settings values.
Definition: dictionary.h:91
virtual bool addToSession(const TQString &word)=0
Adds word to the words recognizable in the current session.
virtual bool addToPersonal(const TQString &word)=0
Adds word to the list of of personal words.
virtual bool storeReplacement(const TQString &bad, const TQString &good)=0
Stores user defined good replacement for the bad word.
virtual TQStringList suggest(const TQString &word)=0
Fetches suggestions for the word.