KDE3Support
K3SpellingHighlighter Class Reference
#include <k3syntaxhighlighter.h>
Inheritance diagram for K3SpellingHighlighter:

Public Member Functions | |
virtual int | highlightParagraph (const QString &text, int endStateOfLastPara) |
bool | intraWordEditing () const |
virtual bool | isMisspelled (const QString &word)=0 |
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)) | |
void | setIntraWordEditing (bool editing) |
~K3SpellingHighlighter () | |
Static Public Member Functions | |
static QStringList | personalWords () |
Detailed Description
Definition at line 63 of file k3syntaxhighlighter.h.
Constructor & Destructor Documentation
K3SpellingHighlighter::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 at line 167 of file k3syntaxhighlighter.cpp.
K3SpellingHighlighter::~K3SpellingHighlighter | ( | ) |
Definition at line 180 of file k3syntaxhighlighter.cpp.
Member Function Documentation
int K3SpellingHighlighter::highlightParagraph | ( | const QString & | text, | |
int | endStateOfLastPara | |||
) | [virtual] |
bool K3SpellingHighlighter::intraWordEditing | ( | ) | const |
Definition at line 405 of file k3syntaxhighlighter.cpp.
virtual bool K3SpellingHighlighter::isMisspelled | ( | const QString & | word | ) | [pure virtual] |
Implemented in K3DictSpellingHighlighter.
QStringList K3SpellingHighlighter::personalWords | ( | ) | [static] |
Definition at line 232 of file k3syntaxhighlighter.cpp.
void K3SpellingHighlighter::setIntraWordEditing | ( | bool | editing | ) |
Definition at line 410 of file k3syntaxhighlighter.cpp.
The documentation for this class was generated from the following files: