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::~QSpellEnchantDict | ( | ) |
Definition at line 39 of file enchantdict.cpp.
◆ QSpellEnchantDict()
|
protected |
Definition at line 28 of file enchantdict.cpp.
Member Function Documentation
◆ addToPersonal()
|
virtual |
Implements Sonnet::SpellerPlugin.
Definition at line 83 of file enchantdict.cpp.
◆ addToSession()
|
virtual |
Implements Sonnet::SpellerPlugin.
Definition at line 89 of file enchantdict.cpp.
◆ isCorrect()
|
virtual |
Implements Sonnet::SpellerPlugin.
Definition at line 47 of file enchantdict.cpp.
◆ storeReplacement()
|
virtual |
Implements Sonnet::SpellerPlugin.
Definition at line 74 of file enchantdict.cpp.
◆ suggest()
|
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-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.