KDECore
#include <settings_p.h>
Public Member Functions | |
| ~Settings () | |
| void | addWordToIgnore (const QString &word) |
| bool | backgroundCheckerEnabled () const |
| bool | checkerEnabledByDefault () const |
| bool | checkUppercase () const |
| QStringList | currentIgnoreList () const |
| QString | defaultClient () const |
| QString | defaultLanguage () const |
| int | disablePercentageWordError () const |
| int | disableWordErrorCount () const |
| bool | ignore (const QString &word) |
| bool | modified () const |
| void | restore (KConfig *config) |
| void | save (KConfig *config) |
| void | setBackgroundCheckerEnabled (bool) |
| void | setCheckerEnabledByDefault (bool) |
| void | setCheckUppercase (bool) |
| void | setCurrentIgnoreList (const QStringList &ignores) |
| void | setDefaultClient (const QString &client) |
| void | setDefaultLanguage (const QString &lang) |
| void | setModified (bool modified) |
| void | setSkipRunTogether (bool) |
| bool | skipRunTogether () const |
Detailed Description
Settings class.
Definition at line 37 of file settings_p.h.
Constructor & Destructor Documentation
| Sonnet::Settings::~Settings | ( | ) |
Definition at line 66 of file settings.cpp.
Member Function Documentation
| void Sonnet::Settings::addWordToIgnore | ( | const QString & | word | ) |
Definition at line 177 of file settings.cpp.
| bool Sonnet::Settings::backgroundCheckerEnabled | ( | ) | const |
Definition at line 152 of file settings.cpp.
| bool Sonnet::Settings::checkerEnabledByDefault | ( | ) | const |
Definition at line 139 of file settings.cpp.
| bool Sonnet::Settings::checkUppercase | ( | ) | const |
Definition at line 113 of file settings.cpp.
| QStringList Sonnet::Settings::currentIgnoreList | ( | ) | const |
Definition at line 172 of file settings.cpp.
| QString Sonnet::Settings::defaultClient | ( | ) | const |
Definition at line 100 of file settings.cpp.
| QString Sonnet::Settings::defaultLanguage | ( | ) | const |
Definition at line 83 of file settings.cpp.
| int Sonnet::Settings::disablePercentageWordError | ( | ) | const |
Definition at line 198 of file settings.cpp.
| int Sonnet::Settings::disableWordErrorCount | ( | ) | const |
Definition at line 203 of file settings.cpp.
Definition at line 185 of file settings.cpp.
| bool Sonnet::Settings::modified | ( | ) | const |
Definition at line 254 of file settings.cpp.
| void Sonnet::Settings::restore | ( | KConfig * | config | ) |
Definition at line 226 of file settings.cpp.
| void Sonnet::Settings::save | ( | KConfig * | config | ) |
Definition at line 208 of file settings.cpp.
| void Sonnet::Settings::setBackgroundCheckerEnabled | ( | bool | enable | ) |
Definition at line 144 of file settings.cpp.
| void Sonnet::Settings::setCheckerEnabledByDefault | ( | bool | check | ) |
Definition at line 131 of file settings.cpp.
| void Sonnet::Settings::setCheckUppercase | ( | bool | check | ) |
Definition at line 105 of file settings.cpp.
| void Sonnet::Settings::setCurrentIgnoreList | ( | const QStringList & | ignores | ) |
Definition at line 157 of file settings.cpp.
| void Sonnet::Settings::setDefaultClient | ( | const QString & | client | ) |
Definition at line 88 of file settings.cpp.
| void Sonnet::Settings::setDefaultLanguage | ( | const QString & | lang | ) |
Definition at line 71 of file settings.cpp.
| void Sonnet::Settings::setModified | ( | bool | modified | ) |
Definition at line 259 of file settings.cpp.
| void Sonnet::Settings::setSkipRunTogether | ( | bool | skip | ) |
Definition at line 118 of file settings.cpp.
| bool Sonnet::Settings::skipRunTogether | ( | ) | const |
Definition at line 126 of file settings.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference