ISpellDict Class Reference
Inheritance diagram for ISpellDict:

Detailed Description
Definition at line 28 of file kspell_ispelldict.h.
Public Member Functions | |
ISpellDict (const QString &lang) | |
~ISpellDict () | |
virtual bool | check (const QString &word) |
virtual QStringList | suggest (const QString &word) |
virtual bool | checkAndSuggest (const QString &word, QStringList &suggestions) |
virtual bool | storeReplacement (const QString &bad, const QString &good) |
virtual bool | addToPersonal (const QString &word) |
virtual bool | addToSession (const QString &word) |
Member Function Documentation
|
Adds word to the list of of personal words.
Implements KSpell2::Dictionary. Definition at line 68 of file kspell_ispelldict.cpp. |
|
Adds word to the words recognizable in the current session.
Implements KSpell2::Dictionary. Definition at line 73 of file kspell_ispelldict.cpp. |
|
Checks the given word.
Implements KSpell2::Dictionary. Definition at line 43 of file kspell_ispelldict.cpp. |
|
Checks the word and fetches suggestions for it.
Implements KSpell2::Dictionary. Definition at line 53 of file kspell_ispelldict.cpp. |
|
Stores user defined good replacement for the bad word.
Implements KSpell2::Dictionary. Definition at line 62 of file kspell_ispelldict.cpp. |
|
Fetches suggestions for the word.
Implements KSpell2::Dictionary. Definition at line 48 of file kspell_ispelldict.cpp. |
The documentation for this class was generated from the following files: