sptk2 logo
SPTK Home Page

sptk::CEditorSpellChecker Class Reference
[GUI Classes]

Specialized spell checker to use with CEditor class. More...

#include <CEditorSpellChecker.h>

Inheritance diagram for sptk::CEditorSpellChecker:

sptk::CSpellChecker sptk::CSpellOptions sptk::CDialog sptk::CWindow sptk::CLayoutManager sptk::CWindowShape sptk::CLayoutClient

List of all members.

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.


Detailed Description

Specialized spell checker to use with CEditor class.

Constructor & Destructor Documentation

sptk::CEditorSpellChecker::CEditorSpellChecker ( CEditor editor  )  [inline]

Constructor

Parameters:
editor CEditor *, widget to work with


The documentation for this class was generated from the following file:

Mon Mar 5 11:56:13 2012: SPTK 3.5.7