Developer Documentation
HighlightingRule Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: