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 |
![]() | |
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 | |
QSpellEnchantDict (QSpellEnchantClient *client, EnchantBroker *broker, EnchantDict *dict, const QString &language) | |
![]() | |
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.