KSpell2::Settings Class Reference
List of all members.Detailed Description
Definition at line 35 of file settings.h.
Public Member Functions | |
| ~Settings () | |
| void | setDefaultLanguage (const QString &lang) |
| QString | defaultLanguage () const |
| void | setDefaultClient (const QString &client) |
| QString | defaultClient () const |
| void | setCheckUppercase (bool) |
| bool | checkUppercase () const |
| void | setSkipRunTogether (bool) |
| bool | skipRunTogether () const |
| void | setBackgroundCheckerEnabled (bool) |
| bool | backgroundCheckerEnabled () const |
| void | setCurrentIgnoreList (const QStringList &ignores) |
| void | addWordToIgnore (const QString &word) |
| QStringList | currentIgnoreList () const |
| bool | ignore (const QString &word) |
| void | save () |
| KSharedConfig * | sharedConfig () const |
Friends | |
| class | Broker |
The documentation for this class was generated from the following files:

