KDECore
Sonnet::Client Class Referenceabstract
#include <client_p.h>
Inheritance diagram for Sonnet::Client:
Public Member Functions | |
Client (QObject *parent=0) | |
virtual SpellerPlugin * | createSpeller (const QString &language)=0 |
virtual QStringList | languages () const =0 |
virtual QString | name () const =0 |
virtual int | reliability () const =0 |
Detailed Description
Definition at line 43 of file client_p.h.
Constructor & Destructor Documentation
Sonnet::Client::Client | ( | QObject * | parent = 0 | ) |
Definition at line 26 of file client.cpp.
Member Function Documentation
|
pure virtual |
Returns a dictionary for the given language.
- Parameters
-
language specifies the language of the dictionary. If an empty string is passed the default language will be used. Has to be one of the values returned by languages()
- Returns
- a dictionary for the language or 0 if there was an error.
|
pure virtual |
- Returns
- a list of supported languages.
|
pure virtual |
- Returns
- the name of the implementating class.
|
pure virtual |
- Returns
- how reliable the answer is (higher is better).
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.