org.kde.koala
public class KSpellDlg extends KDialogBase
| 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 void | add() |
| void | cancel() |
| String | className() |
| protected void | closeEvent(QCloseEvent e) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | done(int i) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | ignore() |
| protected void | ignoreAll() |
| void | init(String _word, String[] _sugg)
Change the misspelled word and suggested replacements
and enable the disabled buttons on the dialog box.
|
| void | init(String _word, String[] _sugg, String context) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| protected void | replace() |
| protected void | replaceAll() |
| String | replacement() |
| protected void | slotConfigChanged() |
| void | slotProgress(int p)
Adjust the progress bar to p percent. |
| protected void | slotSelectionChanged(QListViewItem item) |
| void | standby() |
| protected void | stop() |
| protected void | suggest() |
| protected void | textChanged(String arg1) |
UNKNOWN: Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box.
p percent.UNKNOWN: Adjust the progress bar to p percent.