Home
last modified time | relevance | path

Searched refs:SpellHighlighter (Results 1 – 6 of 6) sorted by relevance

/dports/irc/dxirc/dxirc-1.40.0/qt/widgets/
H A Dlinespell.cpp30 SpellHighlighter::SpellHighlighter(QTextDocument *parent) in SpellHighlighter() function in SpellHighlighter
34 void SpellHighlighter::highlightBlock(const QString &text) in highlightBlock()
64 QString SpellHighlighter::language() const in language()
69 void SpellHighlighter::setLanguage(const QString &lang) in setLanguage()
82 m_spell = new SpellHighlighter(document()); in LineSpell()
H A Dlinespell.h30 class SpellHighlighter : public QSyntaxHighlighter
34 SpellHighlighter(QTextDocument *parent = 0);
61 SpellHighlighter *m_spell;
/dports/net-im/psi/psi-1.5/src/libpsi/tools/spellchecker/
H A Dspellhighlighter.cpp6 SpellHighlighter::SpellHighlighter(QTextDocument* d) : QSyntaxHighlighter(d) in SpellHighlighter() function in SpellHighlighter
10 void SpellHighlighter::highlightBlock(const QString& text) in highlightBlock()
H A Dspellhighlighter.h8 class SpellHighlighter : public QSyntaxHighlighter
11 SpellHighlighter(QTextDocument*);
/dports/net-im/psi/psi-1.5/src/
H A Dmsgmle.h35 class SpellHighlighter; variable
99 SpellHighlighter* spellhighlighter_;
H A Dmsgmle.cpp275 spellhighlighter_ = new SpellHighlighter(document()); in setCheckSpelling()