#include <PythonSyntaxHighlighter.h>
List of all members.
Protected Member Functions |
void | highlightBlock (const QString &text) |
| Parentheses matching code taken from Qt Quarterly Issue 31 · Q3 2009.
|
Constructor & Destructor Documentation
SyntaxHighlighter::SyntaxHighlighter |
( |
ScriptEdit * |
parent | ) |
|
References ScriptingEnv::application(), commentFormat, ApplicationWindow::d_comment_highlight_color, ApplicationWindow::d_function_highlight_color, ApplicationWindow::d_numeric_highlight_color, ApplicationWindow::d_quotation_highlight_color, SyntaxHighlighter::HighlightingRule::format, functionFormat, highlightingRules, numericFormat, SyntaxHighlighter::HighlightingRule::pattern, quotationFormat, and scripted::scriptingEnv().
Member Function Documentation
void SyntaxHighlighter::highlightBlock |
( |
const QString & |
text | ) |
|
|
protected |
Member Data Documentation
QTextCharFormat SyntaxHighlighter::commentFormat |
|
protected |
QTextCharFormat SyntaxHighlighter::functionFormat |
|
protected |
QTextCharFormat SyntaxHighlighter::numericFormat |
|
protected |
QTextCharFormat SyntaxHighlighter::quotationFormat |
|
protected |
The documentation for this class was generated from the following files: