• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

Sonnet

  • sources
  • kde-4.14
  • kdelibs
  • sonnet
  • plugins
  • hspell
kspell_hspellclient.h
Go to the documentation of this file.
1 
22 #ifndef KSPELL_HSPELLCLIENT_H
23 #define KSPELL_HSPELLCLIENT_H
24 
25 #include "client_p.h"
26 #include <QtCore/QVariantList>
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 Sonnet {
34  class SpellerPlugin;
35 }
36 using Sonnet::SpellerPlugin;
37 
38 class HSpellClient : public Sonnet::Client
39 {
40  Q_OBJECT
41 public:
42  HSpellClient(QObject *parent, const QVariantList &/* args */);
43  ~HSpellClient();
44 
45  virtual int reliability() const {
46  return 20;
47  }
48 
49  virtual SpellerPlugin *createSpeller(const QString &language);
50 
51  virtual QStringList languages() const;
52 
53  virtual QString name() const {
54  return "HSpell";
55  }
56 private:
57 
58 };
59 
60 #endif
HSpellClient::languages
virtual QStringList languages() const
Definition: kspell_hspellclient.cpp:51
HSpellClient
Definition: kspell_hspellclient.h:38
HSpellClient::reliability
virtual int reliability() const
Definition: kspell_hspellclient.h:45
HSpellClient::createSpeller
virtual SpellerPlugin * createSpeller(const QString &language)
Definition: kspell_hspellclient.cpp:45
HSpellClient::HSpellClient
HSpellClient(QObject *parent, const QVariantList &)
Definition: kspell_hspellclient.cpp:35
client_p.h
QObject
HSpellClient::~HSpellClient
~HSpellClient()
Definition: kspell_hspellclient.cpp:41
HSpellClient::name
virtual QString name() const
Definition: kspell_hspellclient.h:53
QString
QStringList
Sonnet::SpellerPlugin
QObject::parent
QObject * parent() const
Sonnet::Client
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Sonnet

Skip menu "Sonnet"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal