• 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_aspelldict.h
Go to the documentation of this file.
1 
21 #ifndef KSPELL_ASPELLDICT_H
22 #define KSPELL_ASPELLDICT_H
23 
24 #include "spellerplugin_p.h"
25 
26 #include "aspell.h"
27 
28 class ASpellDict : public Sonnet::SpellerPlugin
29 {
30 public:
31  explicit ASpellDict(const QString &lang);
32  ~ASpellDict();
33  virtual bool isCorrect(const QString &word) const;
34 
35  virtual QStringList suggest(const QString &word) const;
36 
37  virtual bool storeReplacement(const QString &bad,
38  const QString &good);
39 
40  virtual bool addToPersonal(const QString &word);
41  virtual bool addToSession(const QString &word);
42 private:
43  AspellConfig *m_config;
44  AspellSpeller *m_speller;
45 };
46 
47 #endif
ASpellDict::~ASpellDict
~ASpellDict()
Definition: kspell_aspelldict.cpp:53
ASpellDict::addToSession
virtual bool addToSession(const QString &word)
Definition: kspell_aspelldict.cpp:125
ASpellDict::suggest
virtual QStringList suggest(const QString &word) const
Definition: kspell_aspelldict.cpp:69
ASpellDict::ASpellDict
ASpellDict(const QString &lang)
Definition: kspell_aspelldict.cpp:29
spellerplugin_p.h
QString
ASpellDict
kspell_aspelldict.h
Definition: kspell_aspelldict.h:28
QStringList
ASpellDict::addToPersonal
virtual bool addToPersonal(const QString &word)
Definition: kspell_aspelldict.cpp:110
Sonnet::SpellerPlugin
ASpellDict::storeReplacement
virtual bool storeReplacement(const QString &bad, const QString &good)
Definition: kspell_aspelldict.cpp:98
ASpellDict::isCorrect
virtual bool isCorrect(const QString &word) const
Definition: kspell_aspelldict.cpp:59
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