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 |
Protected Member Functions | |
| QSpellEnchantDict (QSpellEnchantClient *client, EnchantBroker *broker, EnchantDict *dict, const QString &language) | |
Detailed Description
Definition at line 29 of file enchantdict.h.
Constructor & Destructor Documentation
Definition at line 40 of file enchantdict.cpp.
| QSpellEnchantDict::QSpellEnchantDict | ( | QSpellEnchantClient * | client, |
| EnchantBroker * | broker, | ||
| EnchantDict * | dict, | ||
| const QString & | language | ||
| ) | [protected] |
Definition at line 28 of file enchantdict.cpp.
Member Function Documentation
| bool QSpellEnchantDict::addToPersonal | ( | const QString & | word | ) | [virtual] |
Implements Sonnet::SpellerPlugin.
Definition at line 84 of file enchantdict.cpp.
| bool QSpellEnchantDict::addToSession | ( | const QString & | word | ) | [virtual] |
Implements Sonnet::SpellerPlugin.
Definition at line 93 of file enchantdict.cpp.
| bool QSpellEnchantDict::isCorrect | ( | const QString & | word | ) | const [virtual] |
Implements Sonnet::SpellerPlugin.
Definition at line 48 of file enchantdict.cpp.
| bool QSpellEnchantDict::storeReplacement | ( | const QString & | bad, |
| const QString & | good | ||
| ) | [virtual] |
Implements Sonnet::SpellerPlugin.
Definition at line 75 of file enchantdict.cpp.
| QStringList QSpellEnchantDict::suggest | ( | const QString & | word | ) | const [virtual] |
Implements Sonnet::SpellerPlugin.
Definition at line 55 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-2012 The KDE developers.
Generated on Wed May 2 2012 18:16:49 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:16:49 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.