|
|
| Highlighter (QTextDocument *parent=0) |
| |
|
| Highlighter (QTextEdit *parent) |
| |
|
void | update () |
| | Updates the highlighter with the current rule set defined in the patterns.
|
| |
|
|
QStringList | keywordPatterns_ |
| |
|
QStringList | pluginPatterns_ |
| |
|
QStringList | functionPatterns_ |
| |
|
QStringList | typePatterns_ |
| |
|
|
void | highlightBlock (const QString &text) |
| |
|
|
void | init () |
| | common initializer function called by the constructors
|
| |
|
|
QVector< HighlightingRule > | highlightingRules_ |
| |
|
QRegExp | commentStartExpression_ |
| |
|
QRegExp | commentEndExpression_ |
| |
|
QTextCharFormat | keywordFormat_ |
| |
|
QTextCharFormat | pluginFormat_ |
| |
|
QTextCharFormat | functionFormat_ |
| |
|
QTextCharFormat | typeFormat_ |
| |
|
QTextCharFormat | singleLineCommentFormat_ |
| |
|
QTextCharFormat | multiLineCommentFormat_ |
| |
|
QTextCharFormat | quotationFormat_ |
| |
|
QTextCharFormat | listFormat_ |
| |
Definition at line 60 of file highLighter.hh.
The documentation for this class was generated from the following files: