Sonnet
QSpellEnchantClient Class Reference
#include <enchantclient.h>
Inheritance diagram for QSpellEnchantClient:
Public Member Functions | |
| QSpellEnchantClient (QObject *parent, const QVariantList &) | |
| ~QSpellEnchantClient () | |
| void | addLanguage (const QString &lang) |
| virtual SpellerPlugin * | createSpeller (const QString &language) |
| virtual QStringList | languages () const |
| virtual QString | name () const |
| virtual int | reliability () const |
| void | removeDictRef (EnchantDict *dict) |
| Public Member Functions inherited from Sonnet::Client | |
| Client (QObject *parent=0) | |
Detailed Description
Definition at line 35 of file enchantclient.h.
Constructor & Destructor Documentation
◆ QSpellEnchantClient()
| QSpellEnchantClient::QSpellEnchantClient | ( | QObject * | parent, |
| const QVariantList & | ) |
Definition at line 48 of file enchantclient.cpp.
◆ ~QSpellEnchantClient()
| QSpellEnchantClient::~QSpellEnchantClient | ( | ) |
Definition at line 57 of file enchantclient.cpp.
Member Function Documentation
◆ addLanguage()
| void QSpellEnchantClient::addLanguage | ( | const QString & | lang | ) |
Definition at line 88 of file enchantclient.cpp.
◆ createSpeller()
|
virtual |
Implements Sonnet::Client.
Definition at line 62 of file enchantclient.cpp.
◆ languages()
|
virtual |
Implements Sonnet::Client.
Definition at line 83 of file enchantclient.cpp.
◆ name()
|
inlinevirtual |
Implements Sonnet::Client.
Definition at line 50 of file enchantclient.h.
◆ reliability()
|
inlinevirtual |
Implements Sonnet::Client.
Definition at line 42 of file enchantclient.h.
◆ removeDictRef()
| void QSpellEnchantClient::removeDictRef | ( | EnchantDict * | dict | ) |
Definition at line 93 of file enchantclient.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.