KSpell2::DefaultDictionary Class Reference
Inheritance diagram for KSpell2::DefaultDictionary:

Detailed Description
Definition at line 32 of file defaultdictionary.h.
Signals | |
void | changed () |
Public Member Functions | |
DefaultDictionary (const QString &lang, Broker *broker) | |
bool | isValid () const |
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) |
Protected Slots | |
void | defaultConfigurationChanged () |
Member Function Documentation
|
Adds word to the list of of personal words.
Implements KSpell2::Dictionary. |
|
Adds word to the words recognizable in the current session.
Implements KSpell2::Dictionary. |
|
Checks the given word.
Implements KSpell2::Dictionary. |
|
Checks the word and fetches suggestions for it.
Implements KSpell2::Dictionary. |
|
Returns true whether the default dictionary object is valid. It might not be if there's no dictionary object for the default language. |
|
Stores user defined good replacement for the bad word.
Implements KSpell2::Dictionary. |
|
Fetches suggestions for the word.
Implements KSpell2::Dictionary. |
The documentation for this class was generated from the following file: