tdespell_aspelldict.h
virtual bool check(const TQString &word)
Checks the given word.
Definition: tdespell_aspelldict.cpp:53
virtual bool storeReplacement(const TQString &bad, const TQString &good)
Stores user defined good replacement for the bad word.
Definition: tdespell_aspelldict.cpp:96
virtual bool addToSession(const TQString &word)
Adds word to the words recognizable in the current session.
Definition: tdespell_aspelldict.cpp:119
virtual bool addToPersonal(const TQString &word)
Adds word to the list of of personal words.
Definition: tdespell_aspelldict.cpp:106
virtual TQStringList suggest(const TQString &word)
Fetches suggestions for the word.
Definition: tdespell_aspelldict.cpp:61
virtual bool checkAndSuggest(const TQString &word, TQStringList &suggestions)
Checks the word and fetches suggestions for it.
Definition: tdespell_aspelldict.cpp:87