tdespell_hspelldict.h
virtual bool checkAndSuggest(const TQString &word, TQStringList &suggestions)
Checks the word and fetches suggestions for it.
Definition: tdespell_hspelldict.cpp:78
virtual bool check(const TQString &word)
Checks the given word.
Definition: tdespell_hspelldict.cpp:46
virtual TQStringList suggest(const TQString &word)
Fetches suggestions for the word.
Definition: tdespell_hspelldict.cpp:64
virtual bool addToSession(const TQString &word)
Adds word to the words recognizable in the current session.
Definition: tdespell_hspelldict.cpp:102
virtual bool addToPersonal(const TQString &word)
Adds word to the list of of personal words.
Definition: tdespell_hspelldict.cpp:95
virtual bool storeReplacement(const TQString &bad, const TQString &good)
Stores user defined good replacement for the bad word.
Definition: tdespell_hspelldict.cpp:87