org.kde.koala
public class KSyntaxHighlighter extends QSyntaxHighlighter
UNKNOWN: \brief Syntax sensitive text highlighter
| Field Summary | |
|---|---|
| static int | PlainTextMode |
| static int | RichTextMode |
| Constructor Summary | |
|---|---|
| protected | KSyntaxHighlighter(Class dummy) |
| KSyntaxHighlighter(QTextEdit textEdit, boolean colorQuoting, QColor QuoteColor0, QColor QuoteColor1, QColor QuoteColor2, QColor QuoteColor3, int mode) | |
| KSyntaxHighlighter(QTextEdit textEdit, boolean colorQuoting, QColor QuoteColor0, QColor QuoteColor1, QColor QuoteColor2, QColor QuoteColor3) | |
| KSyntaxHighlighter(QTextEdit textEdit, boolean colorQuoting, QColor QuoteColor0, QColor QuoteColor1, QColor QuoteColor2) | |
| KSyntaxHighlighter(QTextEdit textEdit, boolean colorQuoting, QColor QuoteColor0, QColor QuoteColor1) | |
| KSyntaxHighlighter(QTextEdit textEdit, boolean colorQuoting, QColor QuoteColor0) | |
| KSyntaxHighlighter(QTextEdit textEdit, boolean colorQuoting) | |
| KSyntaxHighlighter(QTextEdit textEdit) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | highlightParagraph(String text, int endStateOfLastPara) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |