|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Container to describe a highlighting rule. Based on a regular expression, a relevant match # and the format. More...
#include <PythonSyntaxHighlighter.h>
Public Member Functions | |
| HighlightingRule (const QString &patternStr, int n, const QTextCharFormat &matchingFormat) | |
Public Attributes | |
| QString | originalRuleStr |
| QRegularExpression | 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 30 of file PythonSyntaxHighlighter.h.
|
inline |
Definition at line 33 of file PythonSyntaxHighlighter.h.
| QTextCharFormat HighlightingRule::format |
Definition at line 43 of file PythonSyntaxHighlighter.h.
| int HighlightingRule::nth |
Definition at line 42 of file PythonSyntaxHighlighter.h.
| QString HighlightingRule::originalRuleStr |
Definition at line 40 of file PythonSyntaxHighlighter.h.
| QRegularExpression HighlightingRule::pattern |
Definition at line 41 of file PythonSyntaxHighlighter.h.