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

kspell2

kspell_hspellclient.h

00001 
00022 #ifndef KSPELL_HSPELLCLIENT_H
00023 #define KSPELL_HSPELLCLIENT_H
00024 
00025 #include "client.h"
00026 #include <qobject.h>
00027 
00028 /* libhspell is a C library and it does not have #ifdef __cplusplus */
00029 extern "C" {
00030 #include "hspell.h"
00031 }
00032 
00033 namespace KSpell2 {
00034     class Dictionary;
00035 }
00036 using KSpell2::Dictionary;
00037 
00038 class HSpellClient : public KSpell2::Client
00039 {
00040     Q_OBJECT
00041 public:
00042     HSpellClient( QObject *parent, const char *name, const QStringList & /* args */  );
00043     ~HSpellClient();
00044 
00045     virtual int reliability() const {
00046         return 20;
00047     }
00048 
00049     virtual Dictionary* dictionary( const QString& language );
00050 
00051     virtual QStringList languages() const;
00052 
00053     virtual QString name() const {
00054         return "HSpell";
00055     }
00056 private:
00057 
00058 };
00059 
00060 #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