inspectorJ -- JavaTM Profiler
|
|
|
#include <bytecodehighlighter.h>
Definition at line 43 of file bytecodehighlighter.h.
Public Member Functions | |
| BytecodeHighlighter (QTextDocument *parent=0) | |
Protected Member Functions | |
| void | highlightBlock (const QString &text) |
Private Attributes | |
| QVector< HighlightingRule > | highlightingRules |
| QRegExp | commentStartExpression |
| QRegExp | commentEndExpression |
| QTextCharFormat | keywordFormat |
| QTextCharFormat | headerFormat |
| QTextCharFormat | classFormat |
| QTextCharFormat | singleLineCommentFormat |
| QTextCharFormat | multiLineCommentFormat |
| QTextCharFormat | quotationFormat |
| QTextCharFormat | functionFormat |
| QTextCharFormat | numberFormat |
| QTextCharFormat | errFormat |
Classes | |
| struct | HighlightingRule |
| A struct that pairs a regular expression pattern with a character format. More... | |
1.5.1