CS Plugin for a hunspell spellchecker.
More...
#include <spellchecker.h>
List of all members.
Detailed Description
CS Plugin for a hunspell spellchecker.
Definition at line 37 of file spellchecker.h.
Constructor & Destructor Documentation
SpellChecker::SpellChecker |
( |
iBase * |
parent | ) |
|
virtual SpellChecker::~SpellChecker |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void SpellChecker::addWord |
( |
csString |
newWord | ) |
[virtual] |
virtual void SpellChecker::clearPersonalDict |
( |
| ) |
[virtual] |
virtual bool SpellChecker::correct |
( |
csString |
wordToCheck | ) |
[virtual] |
virtual const csArray<csString>& SpellChecker::getPersonalDict |
( |
| ) |
[inline, virtual] |
virtual bool SpellChecker::hasDicts |
( |
| ) |
[inline, virtual] |
virtual bool SpellChecker::Initialize |
( |
iObjectRegistry * |
objReg | ) |
[virtual] |
virtual void SpellChecker::removeSpecialChars |
( |
csString & |
str | ) |
[protected, virtual] |
Helper method that removes chars from a string which confuse the spellchecker.
Called from "bool correct(csString wordToCheck)"
The documentation for this class was generated from the following file: