PyKDE - Python Bindings for KDE
class KSpell2.Settings
Table of contents
Modules
kspell2 Classes
All Classes
Module
kspell2
Class
KSpell2.Settings
Inherits
methods
Settings
(broker, config)
returns
a Settings instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
broker
KSpell2.Broker
config
KSharedConfig
addWordToIgnore
(word)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
backgroundCheckerEnabled
()
returns
(bool)
In versions KDE 3.3.0 and above only
checkUppercase
()
returns
(bool)
In versions KDE 3.3.0 and above only
currentIgnoreList
()
returns
(QStringList)
In versions KDE 3.3.0 and above only
defaultClient
()
returns
(QString)
In versions KDE 3.3.0 and above only
defaultLanguage
()
returns
(QString)
In versions KDE 3.3.0 and above only
ignore
(word)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
save
()
returns
nothing
In versions KDE 3.3.0 and above only
setBackgroundCheckerEnabled
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
bool
setCheckUppercase
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
bool
setCurrentIgnoreList
(ignores)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
ignores
QStringList
setDefaultClient
(client)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
client
QString
setDefaultLanguage
(lang)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
lang
QString
setSkipRunTogether
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
bool
sharedConfig
()
returns
(KSharedConfig)
In versions KDE 3.3.0 and above only
skipRunTogether
()
returns
(bool)
In versions KDE 3.3.0 and above only