Sonnet
6 #ifndef SONNET_SPELLER_H
7 #define SONNET_SPELLER_H
11 #include <QStringList>
13 #include "sonnetcore_export.h"
43 void setLanguage(
const QString &lang);
54 bool isCorrect(
const QString &word)
const;
60 bool isMisspelled(
const QString &word)
const;
85 bool addToPersonal(
const QString &word);
91 bool addToSession(
const QString &word);
134 void setDefaultLanguage(
const QString &lang);
135 QString defaultLanguage()
const;
137 void setDefaultClient(
const QString &client);
140 void setAttribute(Attribute attr,
bool b =
true);
141 bool testAttribute(Attribute attr)
const;
144 SpellerPrivate *
const d;
class used for actual spell checking
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 03:55:48 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.