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

Public Member Functions | |
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 |
~QSpellEnchantDict () | |
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
QSpellEnchantDict::~QSpellEnchantDict | ( | ) |
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] |
Definition at line 84 of file enchantdict.cpp.
bool QSpellEnchantDict::addToSession | ( | const QString & | word | ) | [virtual] |
Definition at line 93 of file enchantdict.cpp.
bool QSpellEnchantDict::isCorrect | ( | const QString & | word | ) | const [virtual] |
Definition at line 48 of file enchantdict.cpp.
Definition at line 75 of file enchantdict.cpp.
QStringList QSpellEnchantDict::suggest | ( | const QString & | word | ) | const [virtual] |
Definition at line 55 of file enchantdict.cpp.
The documentation for this class was generated from the following files: