KSpell2::Dialog Class Reference
List of all members.Detailed Description
Definition at line 31 of file dialog.h.
Public Slots | |
| void | setBuffer (const QString &) |
| void | setFilter (Filter *filter) |
Signals | |
| void | done (const QString &newBuffer) |
| void | misspelling (const QString &word, int start) |
| void | replace (const QString &oldWord, int start, const QString &newWord) |
| void | stop () |
| void | cancel () |
| void | autoCorrect (const QString ¤tWord, const QString &replaceWord) |
Public Member Functions | |
| Dialog (BackgroundChecker *checker, QWidget *parent, const char *name=0) | |
| ~Dialog () | |
| QString | originalBuffer () const |
| QString | buffer () const |
| void | show () |
| void | activeAutoCorrect (bool _active) |
The documentation for this class was generated from the following files:

