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

tdespell2

  • tdespell2
  • plugins
  • hspell
tdespell_hspellclient.cpp
1
22#include "tdespell_hspellclient.h"
23
24#include "tdespell_hspelldict.h"
25
26#include <kgenericfactory.h>
27#include <kdebug.h>
28
29typedef KGenericFactory<HSpellClient> HSpellClientFactory;
30K_EXPORT_COMPONENT_FACTORY( tdespell_hspell, HSpellClientFactory( "tdespell_hspell" ) )
31
32using namespace KSpell2;
33
34HSpellClient::HSpellClient( TQObject *parent, const char *name, const TQStringList& /* args */ )
35 : Client( parent, name )
36{
37}
38
39HSpellClient::~HSpellClient()
40{
41}
42
43Dictionary* HSpellClient::dictionary( const TQString& language )
44{
45 HSpellDict *ad = new HSpellDict( language );
46 return ad;
47}
48
49TQStringList HSpellClient::languages() const
50{
51 TQStringList langs;
52 langs.append( "he" );
53
54 return langs;
55}
56
57#include "tdespell_hspellclient.moc"
HSpellDict
tdespell_hspelldict.h
Definition: tdespell_hspelldict.h:32
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.4
This website is maintained by Timothy Pearson.