KDE3Support
k3syntaxhighlighter.h
Go to the documentation of this file.
168 void slotMisspelling( const QString &originalWord, const QStringList &suggestions, unsigned int pos );
void restartBackgroundSpellCheck()
Definition k3syntaxhighlighter.cpp:456
K3DictSpellingHighlighter(Q3TextEdit *textEdit, bool spellCheckingActive=true, bool autoEnable=true, const QColor &spellColor=Qt::red, bool colorQuoting=false, const QColor &QuoteColor0=Qt::black, const QColor &QuoteColor1=QColor(0x00, 0x80, 0x00), const QColor &QuoteColor2=QColor(0x00, 0x70, 0x00), const QColor &QuoteColor3=QColor(0x00, 0x60, 0x00), K3SpellConfig *spellConfig=0)
Definition k3syntaxhighlighter.cpp:271
void slotCorrected(const QString &originalWord, const QString &, unsigned int)
Definition k3syntaxhighlighter.cpp:430
void slotAutoDetection()
Definition k3syntaxhighlighter.cpp:558
void slotK3SpellNotResponding()
Definition k3syntaxhighlighter.cpp:586
bool eventFilter(QObject *o, QEvent *e)
Definition k3syntaxhighlighter.cpp:601
void newSuggestions(const QString &originalword, const QStringList &suggestions, unsigned int pos)
void slotDictionaryChanged()
Definition k3syntaxhighlighter.cpp:511
virtual bool isMisspelled(const QString &word)
Definition k3syntaxhighlighter.cpp:359
void setAutomatic(bool automatic)
En-/Disable automatic (de)activation in case of too many errors.
Definition k3syntaxhighlighter.cpp:480
void slotLocalSpellConfigChanged()
Definition k3syntaxhighlighter.cpp:523
void slotMisspelling(const QString &originalWord, const QStringList &suggestions, unsigned int pos)
Definition k3syntaxhighlighter.cpp:415
void slotRehighlight()
Definition k3syntaxhighlighter.cpp:495
static void dictionaryChanged()
Definition k3syntaxhighlighter.cpp:448
bool automatic() const
Returns the state of automatic (de)activation.
Definition k3syntaxhighlighter.cpp:490
void slotSpellReady(K3Spell *spell)
Definition k3syntaxhighlighter.cpp:332
void activeChanged(const QString &)
bool intraWordEditing() const
Definition k3syntaxhighlighter.cpp:405
void setIntraWordEditing(bool editing)
Definition k3syntaxhighlighter.cpp:410
virtual int highlightParagraph(const QString &text, int endStateOfLastPara)
Definition k3syntaxhighlighter.cpp:185
K3SpellingHighlighter(Q3TextEdit *textEdit, const QColor &spellColor=Qt::red, bool colorQuoting=false, const QColor &QuoteColor0=Qt::black, const QColor &QuoteColor1=QColor(0x00, 0x80, 0x00), const QColor &QuoteColor2=QColor(0x00, 0x80, 0x00), const QColor &QuoteColor3=QColor(0x00, 0x80, 0x00))
Definition k3syntaxhighlighter.cpp:167
static QStringList personalWords()
Definition k3syntaxhighlighter.cpp:232
virtual bool isMisspelled(const QString &word)=0
K3SyntaxHighlighter(Q3TextEdit *textEdit, bool colorQuoting=false, const QColor &QuoteColor0=Qt::black, const QColor &QuoteColor1=QColor(0x00, 0x80, 0x00), const QColor &QuoteColor2=QColor(0x00, 0x80, 0x00), const QColor &QuoteColor3=QColor(0x00, 0x80, 0x00), SyntaxMode mode=PlainTextMode)
Definition k3syntaxhighlighter.cpp:120
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.