PyKDE - Python Bindings for KDE
class KSpell2.Dialog
Table of contents
Modules
kspell2 Classes
All Classes
Module
kspell2
Class
KSpell2.Dialog
Inherits
KDialogBase
methods
Dialog
(checker, parent, name = 0)
returns
a Dialog instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
checker
KSpell2.BackgroundChecker
parent
QWidget
name
char
0
activeAutoCorrect
(_active)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
_active
bool
autoCorrect
(currentWord, replaceWord)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
currentWord
QString
replaceWord
QString
buffer
()
returns
(QString)
In versions KDE 3.3.0 and above only
cancel
()
returns
nothing
In versions KDE 3.3.0 and above only
done
(newBuffer)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
newBuffer
QString
misspelling
(word, start)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
word
QString
start
int
originalBuffer
()
returns
(QString)
In versions KDE 3.3.0 and above only
replace
(oldWord, start, newWord)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
oldWord
QString
start
int
newWord
QString
setBuffer
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
QString
setFilter
(filter)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
filter
KSpell2.Filter
show
()
returns
nothing
In versions KDE 3.3.0 and above only
stop
()
returns
nothing
In versions KDE 3.3.0 and above only