KDE3Support
k3spell.h
Go to the documentation of this file.
65 enum spellStatus { Starting = 0, Running, Cleaning, Finished, Error, Crashed, FinishedNoMisspellingsEncountered };
481 void slotSpellCheckerCorrected( const QString & oldText, const QString & newText, unsigned int );
Definition: k3spelldlg.h:51
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...
void dialog3()
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.
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.
Error
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.