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;
76 void setQuietIgnoreList(
const QStringList &ignores);
The central class of the KDE configuration data system.
Class used to deal with dictionaries.
KSharedConfigPtr config()
Returns the general config object.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.4 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.