Sonnet
spellcheckdecorator.h
41 * @param textEdit the QTextEdit in need of spell-checking. It also is used as the QObject parent for the decorator.
The Sonnet Highlighter class, used for drawing pretty red lines in text fields.
Definition highlighter.h:26
virtual bool isSpellCheckingEnabledForBlock(const QString &textBlock) const
Returns true if the spell checking should be enabled for a given block of text The default implementa...
Definition spellcheckdecorator.cpp:257
SpellCheckDecorator(QTextEdit *textEdit)
Creates a spell-check decorator.
Definition spellcheckdecorator.cpp:222
Highlighter * highlighter() const
Returns the hightlighter used by the decorator.
Definition spellcheckdecorator.cpp:241
void setHighlighter(Highlighter *highlighter)
Set a custom highlighter on the decorator.
Definition spellcheckdecorator.cpp:236
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
virtual bool event(QEvent *e)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.