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

Sonnet

  • sonnet
  • plugins
  • hunspell
kspell_hunspellclient.h
Go to the documentation of this file.
1
21#ifndef KSPELL_HUNSPELLCLIENT_H
22#define KSPELL_HUNSPELLCLIENT_H
23
24#include "client_p.h"
25#include <QtCore/QVariantList>
26
27#include "hunspell/hunspell.hxx"
28
29namespace Sonnet {
30 class SpellerPlugin;
31}
32using Sonnet::SpellerPlugin;
33
34class HunspellClient : public Sonnet::Client
35{
36 Q_OBJECT
37public:
38 HunspellClient(QObject *parent, const QVariantList & /* args */);
39 ~HunspellClient();
40
41 virtual int reliability() const {
42 return 40;
43 }
44
45 virtual SpellerPlugin *createSpeller(const QString &language);
46
47 virtual QStringList languages() const;
48
49 virtual QString name() const {
50 return "Hunspell";
51 }
52};
53
54#endif
HunspellClient
Definition: kspell_hunspellclient.h:35
HunspellClient::languages
virtual QStringList languages() const
Definition: kspell_hunspellclient.cpp:52
HunspellClient::~HunspellClient
~HunspellClient()
Definition: kspell_hunspellclient.cpp:41
HunspellClient::name
virtual QString name() const
Definition: kspell_hunspellclient.h:49
HunspellClient::createSpeller
virtual SpellerPlugin * createSpeller(const QString &language)
Definition: kspell_hunspellclient.cpp:45
HunspellClient::reliability
virtual int reliability() const
Definition: kspell_hunspellclient.h:41
QObject
Sonnet::Client
Sonnet::SpellerPlugin
client_p.h
Sonnet
kspell_aspellclient.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Sonnet

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

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 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
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