• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kspell2
 

kspell2

  • kspell2
  • plugins
  • hspell
kspell_hspellclient.h
1 
22 #ifndef KSPELL_HSPELLCLIENT_H
23 #define KSPELL_HSPELLCLIENT_H
24 
25 #include "client.h"
26 #include <tqobject.h>
27 
28 /* libhspell is a C library and it does not have #ifdef __cplusplus */
29 extern "C" {
30 #include "hspell.h"
31 }
32 
33 namespace KSpell2 {
34  class Dictionary;
35 }
36 using KSpell2::Dictionary;
37 
38 class HSpellClient : public KSpell2::Client
39 {
40  Q_OBJECT
41 public:
42  HSpellClient( TQObject *parent, const char *name, const TQStringList & /* args */ );
43  ~HSpellClient();
44 
45  virtual int reliability() const {
46  return 20;
47  }
48 
49  virtual Dictionary* dictionary( const TQString& language );
50 
51  virtual TQStringList languages() const;
52 
53  virtual TQString name() const {
54  return "HSpell";
55  }
56 private:
57 
58 };
59 
60 #endif

kspell2

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

kspell2

Skip menu "kspell2"
  • 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
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kspell2 by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |