Sonnet
QSpellEnchantDict Class Reference
#include <enchantdict.h>
Inheritance diagram for QSpellEnchantDict:

Public Member Functions | |
| ~QSpellEnchantDict () | |
| virtual bool | addToPersonal (const QString &word) |
| virtual bool | addToSession (const QString &word) |
| virtual bool | isCorrect (const QString &word) const |
| virtual bool | storeReplacement (const QString &bad, const QString &good) |
| virtual QStringList | suggest (const QString &word) const |
Public Member Functions inherited from Sonnet::SpellerPlugin | |
| virtual | ~SpellerPlugin () |
| virtual bool | checkAndSuggest (const QString &word, QStringList &suggestions) const |
| bool | isMisspelled (const QString &word) const |
| QString | language () const |
Protected Member Functions | |
| QSpellEnchantDict (QSpellEnchantClient *client, EnchantBroker *broker, EnchantDict *dict, const QString &language) | |
Protected Member Functions inherited from Sonnet::SpellerPlugin | |
| SpellerPlugin (const QString &lang) | |
Detailed Description
Definition at line 29 of file enchantdict.h.
Constructor & Destructor Documentation
| QSpellEnchantDict::~QSpellEnchantDict | ( | ) |
Definition at line 39 of file enchantdict.cpp.
|
protected |
Definition at line 28 of file enchantdict.cpp.
Member Function Documentation
Implements Sonnet::SpellerPlugin.
Definition at line 83 of file enchantdict.cpp.
Implements Sonnet::SpellerPlugin.
Definition at line 89 of file enchantdict.cpp.
Implements Sonnet::SpellerPlugin.
Definition at line 47 of file enchantdict.cpp.
Implements Sonnet::SpellerPlugin.
Definition at line 74 of file enchantdict.cpp.
|
virtual |
Implements Sonnet::SpellerPlugin.
Definition at line 54 of file enchantdict.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:40 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