#include <spellchecker.h>
The SpellChecker class is used for spell checking.
§ ~SpellChecker()
virtual qutim_sdk_0_3::SpellChecker::~SpellChecker |
( |
| ) |
|
|
virtual |
§ SpellChecker()
qutim_sdk_0_3::SpellChecker::SpellChecker |
( |
| ) |
|
|
protected |
§ dictionaryChanged
void qutim_sdk_0_3::SpellChecker::dictionaryChanged |
( |
| ) |
|
|
signal |
The signal is sent when the dictionary has been changed.
§ instance()
static SpellChecker* qutim_sdk_0_3::SpellChecker::instance |
( |
| ) |
|
|
static |
Returns the CheckSpeller object.
§ isCorrect()
virtual bool qutim_sdk_0_3::SpellChecker::isCorrect |
( |
const QString & |
word | ) |
const |
|
pure virtual |
Returns whether the word is spelled correctly.
§ isMisspelled()
bool qutim_sdk_0_3::SpellChecker::isMisspelled |
( |
const QString & |
word | ) |
const |
|
inline |
Returns whether the word is misspelled.
§ store()
virtual void qutim_sdk_0_3::SpellChecker::store |
( |
const QString & |
word | ) |
const |
|
pure virtual |
Stores the word to the user personal dictionary.
§ storeReplacement()
virtual void qutim_sdk_0_3::SpellChecker::storeReplacement |
( |
const QString & |
bad, |
|
|
const QString & |
good |
|
) |
| |
|
pure virtual |
Stores user defined good replacement for the bad word.
§ suggest()
virtual QStringList qutim_sdk_0_3::SpellChecker::suggest |
( |
const QString & |
word | ) |
const |
|
pure virtual |
Returns a list of spelling suggestions for the word.
§ virtual_hook()
virtual void qutim_sdk_0_3::SpellChecker::virtual_hook |
( |
int |
id, |
|
|
void * |
data |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: