Go to the documentation of this file.
21#ifndef SONNET_SPELLER_H
22#define SONNET_SPELLER_H
24#include <QtCore/QStringList>
25#include <QtCore/QString>
56 void setLanguage(
const QString &lang);
66 bool isCorrect(
const QString &word)
const;
72 bool isMisspelled(
const QString &word)
const;
85 bool checkAndSuggest(
const QString &word,
92 bool storeReplacement(
const QString &bad,
99 bool addToPersonal(
const QString &word);
105 bool addToSession(
const QString &word);
140 void setDefaultLanguage(
const QString &lang);
141 QString defaultLanguage()
const;
143 void setDefaultClient(
const QString &client);
146 void setAttribute(Attribute attr,
bool b =
true);
147 bool testAttribute(Attribute attr)
const;
The central class of the KDE configuration data system.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.