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

tdespell2

  • tdespell2
  • plugins
  • hspell
tdespell_hspellclient.h
1 
22 #ifndef TDESPELL_HSPELLCLIENT_H
23 #define TDESPELL_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  TQ_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::Client
The fact that this class inherits from TQObject makes me hugely unhappy.
Definition: client.h:41
KSpell2::Dictionary
Class is returned by from Broker.
Definition: dictionary.h:37
KSpell2
tdespell_hspellclient.h
Definition: backgroundchecker.h:29

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.9.1
This website is maintained by Timothy Pearson.