Sonnet
SpellerPlugin Class Referenceabstract
Inheritance diagram for SpellerPlugin:
Public Member Functions | |
| virtual | ~SpellerPlugin () |
| virtual bool | addToPersonal (const QString &word)=0 |
| virtual bool | addToSession (const QString &word)=0 |
| virtual bool | checkAndSuggest (const QString &word, QStringList &suggestions) const |
| virtual bool | isCorrect (const QString &word) const =0 |
| bool | isMisspelled (const QString &word) const |
| QString | language () const |
| virtual bool | storeReplacement (const QString &bad, const QString &good)=0 |
| virtual QStringList | suggest (const QString &word) const =0 |
Protected Member Functions | |
| SpellerPlugin (const QString &lang) | |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.