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

Public Member Functions | |
| KNLineEditSpell (View *parent, bool useCompletion=true) | |
| KNLineEditSpell (QWidget *parent, bool useCompletion=true) | |
| void | highLightWord (unsigned int length, unsigned int pos) |
| 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) |
Public Member Functions inherited from KNLineEdit | |
| KNLineEdit (View *parent, bool useCompletion=true) | |
| KNLineEdit (QWidget *parent, bool useCompletion=true) | |
| void | setView (View *view) |
Additional Inherited Members | |
Protected Member Functions inherited from KNLineEdit | |
| virtual void | contextMenuEvent (QContextMenuEvent *e) |
| void | keyPressEvent (QKeyEvent *e) |
| virtual void | loadAddresses () |
Detailed Description
Line edit with on-the-fly spell checking.
Definition at line 305 of file kncomposer.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
Definition at line 129 of file kncomposer.cpp.
|
explicit |
Helper constructor (for UI designer generated class).
You must call setView later.
Definition at line 134 of file kncomposer.cpp.
Member Function Documentation
| void KNLineEditSpell::highLightWord | ( | unsigned int | length, |
| unsigned int | pos | ||
| ) |
Definition at line 139 of file kncomposer.cpp.
| void KNLineEditSpell::spellCheckDone | ( | const QString & | s | ) |
Definition at line 144 of file kncomposer.cpp.
| void KNLineEditSpell::spellCheckerCorrected | ( | const QString & | old, |
| const QString & | corr, | ||
| unsigned int | pos | ||
| ) |
Definition at line 155 of file kncomposer.cpp.
| void KNLineEditSpell::spellCheckerMisspelling | ( | const QString & | text, |
| const QStringList & | , | ||
| unsigned int | pos | ||
| ) |
Definition at line 150 of file kncomposer.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from