KDECore
spellerplugin.cpp
Go to the documentation of this file.
virtual QStringList suggest(const QString &word) const =0
Fetches suggestions for the word.
virtual bool checkAndSuggest(const QString &word, QStringList &suggestions) const
Convience method calling isCorrect() and suggest() if the word isn't correct.
Definition: spellerplugin.cpp:53
QString language() const
Returns language supported by this dictionary.
Definition: spellerplugin.cpp:43
virtual bool isCorrect(const QString &word) const =0
Checks the given word.
SpellerPlugin(const QString &lang)
Definition: spellerplugin.cpp:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:19:41 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:19:41 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.