#include <ScriptEditorImplementation.h>
ScriptEditorSyntaxHighlighter::ScriptEditorSyntaxHighlighter |
( |
ScriptEditorWidget * |
pWidget | ) |
|
ScriptEditorSyntaxHighlighter::~ScriptEditorSyntaxHighlighter |
( |
| ) |
|
|
virtualdefault |
void ScriptEditorSyntaxHighlighter::highlightBlock |
( |
const QString & |
szText | ) |
|
QTextEdit* ScriptEditorSyntaxHighlighter::textEdit |
( |
| ) |
|
|
inline |
void ScriptEditorSyntaxHighlighter::updateSyntaxtTextFormat |
( |
| ) |
|
References bracketFormat, commentFormat, findFormat, functionFormat, g_clrBracket(), g_clrComment(), g_clrFind(), g_clrFunction(), g_clrKeyword(), g_clrPunctuation(), g_clrVariable(), keywordFormat, punctuationFormat, and variableFormat.
Referenced by ScriptEditorSyntaxHighlighter().
QTextCharFormat ScriptEditorSyntaxHighlighter::bracketFormat |
|
private |
QRegExp ScriptEditorSyntaxHighlighter::commentEndExpression |
|
private |
QTextCharFormat ScriptEditorSyntaxHighlighter::commentFormat |
|
private |
QRegExp ScriptEditorSyntaxHighlighter::commentStartExpression |
|
private |
QTextCharFormat ScriptEditorSyntaxHighlighter::findFormat |
|
private |
QTextCharFormat ScriptEditorSyntaxHighlighter::functionFormat |
|
private |
QTextCharFormat ScriptEditorSyntaxHighlighter::keywordFormat |
|
private |
QTextEdit* ScriptEditorSyntaxHighlighter::m_pTextEdit |
QTextCharFormat ScriptEditorSyntaxHighlighter::normaltextFormat |
|
private |
QTextCharFormat ScriptEditorSyntaxHighlighter::punctuationFormat |
|
private |
QTextCharFormat ScriptEditorSyntaxHighlighter::variableFormat |
|
private |
The documentation for this class was generated from the following files: