KDE3Support
#include <k3spelldlg.h>
Public Slots | |
void | slotProgress (unsigned int p) |
Signals | |
void | command (int) |
void | ready (bool) |
Public Member Functions | |
K3SpellDlg (QWidget *parent, bool _progressbar=false, bool _modal=false) | |
~K3SpellDlg () | |
void | init (const QString &_word, QStringList *_sugg) |
void | init (const QString &_word, QStringList *_sugg, const QString &context) |
QString | replacement () const |
void | standby () |
Protected Slots | |
void | add () |
void | cancel () |
void | ignore () |
void | ignoreAll () |
void | replace () |
void | replaceAll () |
void | slotConfigChanged () |
void | slotSelectionChanged (Q3ListViewItem *item) |
void | stop () |
void | suggest () |
void | textChanged (const QString &) |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *e) |
void | done (int i) |
Detailed Description
- Deprecated:
- , use sonnet instead
Definition at line 50 of file k3spelldlg.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 45 of file k3spelldlg.cpp.
K3SpellDlg::~K3SpellDlg | ( | ) |
Definition at line 109 of file k3spelldlg.cpp.
Member Function Documentation
|
protectedslot |
Definition at line 247 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 255 of file k3spelldlg.cpp.
|
protectedvirtual |
Definition at line 222 of file k3spelldlg.cpp.
|
signal |
This signal is emitted when a button is pressed.
|
protected |
Definition at line 228 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 233 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 240 of file k3spelldlg.cpp.
void K3SpellDlg::init | ( | const QString & | _word, |
QStringList * | _sugg | ||
) |
Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box.
(Buttons are disabled by standby().)
Definition at line 120 of file k3spelldlg.cpp.
void K3SpellDlg::init | ( | const QString & | _word, |
QStringList * | _sugg, | ||
const QString & | context | ||
) |
Definition at line 153 of file k3spelldlg.cpp.
|
signal |
|
protectedslot |
Definition at line 262 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 276 of file k3spelldlg.cpp.
QString K3SpellDlg::replacement | ( | ) | const |
Definition at line 114 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 290 of file k3spelldlg.cpp.
|
slot |
Adjust the progress bar to p
percent.
Definition at line 194 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 211 of file k3spelldlg.cpp.
void K3SpellDlg::standby | ( | ) |
Definition at line 188 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 269 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 283 of file k3spelldlg.cpp.
|
protectedslot |
Definition at line 203 of file k3spelldlg.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.