KDE3Support
k3spell.h
Go to the documentation of this file.
65 enum spellStatus { Starting = 0, Running, Cleaning, Finished, Error, Crashed, FinishedNoMisspellingsEncountered };
Definition k3spelldlg.h:51
void dialog(const QString &word, QStringList &sugg, const char *_slot)
Definition k3spell.cpp:1322
void corrected(const QString &originalword, const QString &newword, unsigned int pos)
Emitted after the "Replace" or "Replace All" buttons of the dialog was pressed, or if the word was co...
QStringList suggestions() const
Returns list of suggested word replacements.
Definition k3spell.cpp:148
void dialog3()
void initialize(QWidget *_parent, const QString &_caption, QObject *obj, const char *slot, K3SpellConfig *_ksc, bool _progressbar, bool _modal, SpellerType type)
Definition k3spell.cpp:1577
K3Spell(QWidget *parent, const QString &caption, QObject *receiver, const char *slot, K3SpellConfig *kcs=0, bool progressbar=true, bool modal=false)
Starts the spellchecker.
Definition k3spell.cpp:125
void ignoreall(const QString &originalword)
Emitted when the user pressed "Ignore All" in the dialog.
void replaceall(const QString &origword, const QString &replacement)
Emitted when the user pressed "ReplaceAll" in the dialog.
void addword(const QString &originalword)
Emitted when the user pressed "Add" in the dialog.
@ FinishedNoMisspellingsEncountered
Definition k3spell.h:65
void misspelling(const QString &originalword, const QStringList &suggestions, unsigned int pos)
Emitted whenever a misspelled word is found by check() or by checkWord().
void ignoreword(const QString &originalword)
Emitted when the user pressed "Ignore" in the dialog.
SpellerType
These are possible types of documents which the spell checker can check.
Definition k3spell.h:80
void ready(K3Spell *)
Emitted after K3Spell has verified that ISpell/ASpell is running and working properly.
int parseOneResponse(const QString &_buffer, QString &word, QStringList &sugg)
Definition k3spell.cpp:783
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.