|
#include <CEditorSpellChecker.h>

Public Member Functions | |
| CEditorSpellChecker (CEditor *editor) | |
| virtual void | textStart () |
| Resets the spell check position. | |
| virtual bool | getNextWord (std::string &w, int &wordStart, int &wordEnd) |
| Gets the next word and advances the spell check position. | |
| virtual bool | replaceWord (const std::string &w, int wordStart, int wordEnd) |
| Replaces the word and advances the spell check position. | |
| sptk::CEditorSpellChecker::CEditorSpellChecker | ( | CEditor * | editor | ) | [inline] |
Constructor
| editor | CEditor *, widget to work with |