KDE3Support
Go to the documentation of this file.
19 #ifndef KDELIBS_KSCONFIG_H
20 #define KDELIBS_KSCONFIG_H
25 #include <QtGui/QWidget>
26 #include <QtCore/QStringList>
32 class K3SpellConfigPrivate;
148 void setIgnoreList(
const QStringList &_ignorelist );
155 void setReplaceAllList(
const QStringList &_replaceAllList );
162 void setNoRootAffix(
bool );
167 void setDoSpellChecking(
bool b);
174 void setRunTogether(
bool );
179 void setDictionary(
const QString qs );
180 void setDictFromList(
bool dfl );
186 void setEncoding(
int enctype );
187 void setClient(
int client );
192 bool doSpellChecking()
const;
193 bool noRootAffix()
const;
194 bool runTogether()
const;
195 const QString dictionary()
const;
196 bool dictFromList()
const;
198 int encoding()
const;
209 bool writeGlobalSettings();
211 bool readGlobalSettings();
240 void activateHelp(
void );
252 void sRunTogether(
bool );
253 void sDictionary(
bool );
254 void sPathDictionary(
bool );
255 void sSetDictionary(
int );
256 void sChangeEncoding(
int );
257 void sChangeClient(
int );
272 enum {rdictlist=3, rencoding=4, rhelp=6};
276 QCheckBox *cb0, *cb1, *
cb2;
286 void configChanged();
289 K3SpellConfigPrivate *
const d;
290 void getAvailDictsIspell();
291 void getAvailDictsAspell();
292 void getAvailDictsHunspell();
295 #endif // KDELIBS_KSCONFIG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:44:15 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.