• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • @topname@
  • Sitemap
  • Contact Us
 

kspell2

kspell_ispelldict.h

00001 
00021 #ifndef KSPELL_ASPELLDICT_H
00022 #define KSPELL_ASPELLDICT_H
00023 
00024 #include "dictionary.h"
00025 
00026 class ISpellChecker;
00027 
00028 class ISpellDict : public KSpell2::Dictionary
00029 {
00030 public:
00031     ISpellDict( const QString& lang );
00032     ~ISpellDict();
00033     virtual bool check( const QString& word );
00034 
00035     virtual QStringList suggest( const QString& word );
00036 
00037     virtual bool checkAndSuggest( const QString& word,
00038                                   QStringList& suggestions ) ;
00039 
00040     virtual bool storeReplacement( const QString& bad,
00041                                    const QString& good );
00042 
00043     virtual bool addToPersonal( const QString& word );
00044     virtual bool addToSession( const QString& word );
00045 private:
00046     ISpellChecker *m_checker;
00047 };
00048 
00049 #endif

kspell2

Skip menu "kspell2"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

@topname@

Skip menu "@topname@"
  •     kdnssd-avahi
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for @topname@ by doxygen 1.5.5
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal