org.kde.koala

Class KSpellDlg

public class KSpellDlg extends KDialogBase

See KSpellDlgSignals for signals emitted by KSpellDlg
Constructor Summary
protected KSpellDlg(Class dummy)
KSpellDlg(QWidget parent, String name, boolean _progressbar, boolean _modal)
KSpellDlg(QWidget parent, String name, boolean _progressbar)
KSpellDlg(QWidget parent, String name)
Method Summary
protected voidadd()
voidcancel()
StringclassName()
protected voidcloseEvent(QCloseEvent e)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddone(int i)
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidignore()
protected voidignoreAll()
voidinit(String _word, String[] _sugg)
Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box.
voidinit(String _word, String[] _sugg, String context)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidreplace()
protected voidreplaceAll()
Stringreplacement()
protected voidslotConfigChanged()
voidslotProgress(int p)
Adjust the progress bar to p percent.
protected voidslotSelectionChanged(QListViewItem item)
voidstandby()
protected voidstop()
protected voidsuggest()
protected voidtextChanged(String arg1)

Constructor Detail

KSpellDlg

protected KSpellDlg(Class dummy)

KSpellDlg

public KSpellDlg(QWidget parent, String name, boolean _progressbar, boolean _modal)

KSpellDlg

public KSpellDlg(QWidget parent, String name, boolean _progressbar)

KSpellDlg

public KSpellDlg(QWidget parent, String name)

Method Detail

add

protected void add()

cancel

public void cancel()

className

public String className()

closeEvent

protected void closeEvent(QCloseEvent e)

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

done

protected void done(int i)

finalize

protected void finalize()
Deletes the wrapped C++ instance

ignore

protected void ignore()

ignoreAll

protected void ignoreAll()

init

public void init(String _word, String[] _sugg)
Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box. (Buttons are disabled by standby().)

UNKNOWN: Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box.

init

public void init(String _word, String[] _sugg, String context)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

replace

protected void replace()

replaceAll

protected void replaceAll()

replacement

public String replacement()

slotConfigChanged

protected void slotConfigChanged()

slotProgress

public void slotProgress(int p)
Adjust the progress bar to p percent.

UNKNOWN: Adjust the progress bar to p percent.

slotSelectionChanged

protected void slotSelectionChanged(QListViewItem item)

standby

public void standby()

stop

protected void stop()

suggest

protected void suggest()

textChanged

protected void textChanged(String arg1)