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

tdespell2

tdespell_hspellclient.h
00001 
00022 #ifndef TDESPELL_HSPELLCLIENT_H
00023 #define TDESPELL_HSPELLCLIENT_H
00024 
00025 #include "client.h"
00026 #include <tqobject.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( TQObject *parent, const char *name, const TQStringList & /* args */  );
00043     ~HSpellClient();
00044 
00045     virtual int reliability() const {
00046         return 20;
00047     }
00048 
00049     virtual Dictionary* dictionary( const TQString& language );
00050 
00051     virtual TQStringList languages() const;
00052 
00053     virtual TQString name() const {
00054         return "HSpell";
00055     }
00056 private:
00057 
00058 };
00059 
00060 #endif

tdespell2

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

tdespell2

Skip menu "tdespell2"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdespell2 by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.