Developer Documentation
|
Container to describe a highlighting rule. Based on a regular expression, a relevant match # and the format. More...
#include <OpenFlipper/widgets/pythonWidget/PythonSyntaxHighlighter.hh>
Public Member Functions | |
HighlightingRule (const QString &patternStr, int n, const QTextCharFormat &matchingFormat) | |
Public Attributes | |
QString | originalRuleStr |
QRegExp | pattern |
int | nth |
QTextCharFormat | format |
Container to describe a highlighting rule. Based on a regular expression, a relevant match # and the format.
Definition at line 33 of file PythonSyntaxHighlighter.hh.