COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
simple syntaxe highlighter More...
#include <PythonSyntaxeHighlighter.hpp>
Inherits QSyntaxHighlighter.
Classes | |
struct | HighlightingRule |
Public Member Functions | |
PythonSyntaxeHighlighter (QTextDocument *parent) | |
allocate the syntaxe rules on first init More... | |
~PythonSyntaxeHighlighter () | |
free the syntaxe rules on last delete More... | |
Protected Member Functions | |
void | highlightBlock (const QString &text) |
Static Private Attributes | |
static int | instance_count =0 |
static QVector< HighlightingRule > * | highlighting_rules =NULL |
static QTextCharFormat * | comment_format =NULL |
static QTextCharFormat * | keyword_format =NULL |
static QTextCharFormat * | number_format =NULL |
static QTextCharFormat * | operator_format =NULL |
static QTextCharFormat * | string_format =NULL |
static QTextCharFormat * | single_quote_string_format =NULL |
static QTextCharFormat * | error_format =NULL |
static PythonPreCompiler * | python_pre_compiler =NULL |
simple syntaxe highlighter
Definition at line 28 of file PythonSyntaxeHighlighter.hpp.
PythonSyntaxeHighlighter | ( | QTextDocument * | parent | ) |
allocate the syntaxe rules on first init
Definition at line 35 of file PythonSyntaxeHighlighter.cpp.
free the syntaxe rules on last delete
Definition at line 91 of file PythonSyntaxeHighlighter.cpp.
|
protected |
Definition at line 103 of file PythonSyntaxeHighlighter.cpp.
|
staticprivate |
Definition at line 47 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 53 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 46 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 45 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 48 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 49 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 50 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 54 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 52 of file PythonSyntaxeHighlighter.hpp.
|
staticprivate |
Definition at line 51 of file PythonSyntaxeHighlighter.hpp.
Send comments to: COOLFluiD Web Admin |