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

Sonnet

kspell_hspellclient.h
Go to the documentation of this file.
00001 
00022 #ifndef KSPELL_HSPELLCLIENT_H
00023 #define KSPELL_HSPELLCLIENT_H
00024 
00025 #include "client_p.h"
00026 #include <QtCore/QVariantList>
00027 
00028 /* libhspell is a C library and it does not have #ifdef __cplusplus */
00029 extern "C" {
00030 #include "hspell.h"
00031 }
00032 
00033 namespace Sonnet {
00034     class SpellerPlugin;
00035 }
00036 using Sonnet::SpellerPlugin;
00037 
00038 class HSpellClient : public Sonnet::Client
00039 {
00040     Q_OBJECT
00041 public:
00042     HSpellClient(QObject *parent, const QVariantList &/* args */);
00043     ~HSpellClient();
00044 
00045     virtual int reliability() const {
00046         return 20;
00047     }
00048 
00049     virtual SpellerPlugin *createSpeller(const QString &language);
00050 
00051     virtual QStringList languages() const;
00052 
00053     virtual QString name() const {
00054         return "HSpell";
00055     }
00056 private:
00057 
00058 };
00059 
00060 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:54:47 by doxygen 1.8.0 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.8.3 API Reference

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