KDECore
Go to the documentation of this file.
21 #ifndef SONNET_SETTINGS_P_H
22 #define SONNET_SETTINGS_P_H
24 #include <QtCore/QStringList>
25 #include <QtCore/QString>
42 bool modified()
const;
43 void setModified(
bool modified);
45 void setDefaultLanguage(
const QString &lang);
46 QString defaultLanguage()
const;
48 void setDefaultClient(
const QString &client);
51 void setCheckUppercase(
bool);
52 bool checkUppercase()
const;
54 void setSkipRunTogether(
bool);
55 bool skipRunTogether()
const;
57 void setBackgroundCheckerEnabled(
bool);
58 bool backgroundCheckerEnabled()
const;
60 void setCheckerEnabledByDefault(
bool);
61 bool checkerEnabledByDefault()
const;
63 void setCurrentIgnoreList(
const QStringList &ignores);
64 void addWordToIgnore(
const QString &word);
66 bool ignore(
const QString &word);
71 int disablePercentageWordError()
const;
72 int disableWordErrorCount()
const;
75 void readIgnoreList(
KConfig *config);
76 void setQuietIgnoreList(
const QStringList &ignores);
87 #endif // SONNET_SETTINGS_P_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:18:01 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.