PyKDE - Python Bindings for KDE
class KSpell2.DefaultDictionary
Table of contents
Modules
kspell2 Classes
All Classes
Module
kspell2
Class
KSpell2.DefaultDictionary
Inherits
QObject, KSpell2.Dictionary
methods
DefaultDictionary
(lang, broker)
returns
a DefaultDictionary instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
lang
QString
broker
KSpell2.Broker
addToPersonal
(word)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
addToSession
(word)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
changed
()
returns
nothing
In versions KDE 3.3.0 and above only
check
(word)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
checkAndSuggest
(word, suggestions)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
suggestions
QStringList
defaultConfigurationChanged
()
returns
nothing
In versions KDE 3.3.0 and above only
isValid
()
returns
(bool)
In versions KDE 3.3.0 and above only
storeReplacement
(bad, good)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
bad
QString
good
QString
suggest
(word)
returns
(QStringList)
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString