CS Plugin for a hunspell spellchecker.  
 More...
#include <spellchecker.h>
 | 
| virtual void  | removeSpecialChars (csString &str) | 
|   | Helper method that removes chars from a string which confuse the spellchecker.  More...
  | 
|   | 
CS Plugin for a hunspell spellchecker. 
Definition at line 37 of file spellchecker.h.
 
      
        
          | SpellChecker::SpellChecker  | 
          ( | 
          iBase *  | 
          parent | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual SpellChecker::~SpellChecker  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | 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  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual bool SpellChecker::hasDicts  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual bool SpellChecker::Initialize  | 
          ( | 
          iObjectRegistry *  | 
          objReg | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void SpellChecker::removeSpecialChars  | 
          ( | 
          csString &  | 
          str | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
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: