• 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
  • aspell
kspell_aspellclient.h
Go to the documentation of this file.
1 
21 #ifndef KSPELL_ASPELLCLIENT_H
22 #define KSPELL_ASPELLCLIENT_H
23 
24 #include "client_p.h"
25 #include <QtCore/QVariantList>
26 
27 #include "aspell.h"
28 
29 namespace Sonnet {
30  class SpellerPlugin;
31 }
32 using Sonnet::SpellerPlugin;
33 
34 class ASpellClient : public Sonnet::Client
35 {
36  Q_OBJECT
37 public:
38  ASpellClient(QObject *parent, const QVariantList & /* args */);
39  ~ASpellClient();
40 
41  virtual int reliability() const {
42  return 20;
43  }
44 
45  virtual SpellerPlugin *createSpeller(const QString &language);
46 
47  virtual QStringList languages() const;
48 
49  virtual QString name() const {
50  return "ASpell";
51  }
52 private:
53  AspellConfig *m_config;
54 
55 };
56 
57 #endif
ASpellClient
Definition: kspell_aspellclient.h:34
ASpellClient::~ASpellClient
~ASpellClient()
Definition: kspell_aspellclient.cpp:53
client_p.h
QObject
QString
QStringList
Sonnet::SpellerPlugin
ASpellClient::reliability
virtual int reliability() const
Definition: kspell_aspellclient.h:41
ASpellClient::ASpellClient
ASpellClient(QObject *parent, const QVariantList &)
Definition: kspell_aspellclient.cpp:43
ASpellClient::createSpeller
virtual SpellerPlugin * createSpeller(const QString &language)
Definition: kspell_aspellclient.cpp:58
ASpellClient::name
virtual QString name() const
Definition: kspell_aspellclient.h:49
QObject::parent
QObject * parent() const
ASpellClient::languages
virtual QStringList languages() const
Definition: kspell_aspellclient.cpp:64
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