knode
KNLineEditSpell Class Reference
#include <kncomposer.h>
Inheritance diagram for KNLineEditSpell:

Detailed Description
Line edit with on-the-fly spell checking.
Definition at line 346 of file kncomposer.h.
Public Member Functions | |
| void | highLightWord (unsigned int length, unsigned int pos) |
| KNLineEditSpell (KNComposer::ComposerView *_composerView, bool useCompletion, QWidget *parent) | |
| void | spellCheckDone (const QString &s) |
| void | spellCheckerCorrected (const QString &old, const QString &corr, unsigned int pos) |
| void | spellCheckerMisspelling (const QString &text, const QStringList &, unsigned int pos) |
Constructor & Destructor Documentation
| KNLineEditSpell::KNLineEditSpell | ( | KNComposer::ComposerView * | _composerView, | |
| bool | useCompletion, | |||
| QWidget * | parent | |||
| ) |
Definition at line 142 of file kncomposer.cpp.
Member Function Documentation
| void KNLineEditSpell::highLightWord | ( | unsigned int | length, | |
| unsigned int | pos | |||
| ) |
Definition at line 147 of file kncomposer.cpp.
| void KNLineEditSpell::spellCheckDone | ( | const QString & | s | ) |
Definition at line 152 of file kncomposer.cpp.
| void KNLineEditSpell::spellCheckerCorrected | ( | const QString & | old, | |
| const QString & | corr, | |||
| unsigned int | pos | |||
| ) |
Definition at line 163 of file kncomposer.cpp.
| void KNLineEditSpell::spellCheckerMisspelling | ( | const QString & | text, | |
| const QStringList & | , | |||
| unsigned int | pos | |||
| ) |
Definition at line 158 of file kncomposer.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference