mlFormatingRule Struct Reference

Multiple lines formating rule Simple struct designed to hold matching starting and ending regular expression and format of matched text together. Text matched by this rule can span over multiple lines. More...

#include <HSyntaxHighlighterSettings.h>

List of all members.

Public Attributes

QRegExp beginingExp
 Expression matching beginning of highlighted block.
QRegExp endingExp
 Expression matching ending of highlighted block.
QTextCharFormat format
 Format applied to matched text.


Detailed Description

Multiple lines formating rule Simple struct designed to hold matching starting and ending regular expression and format of matched text together. Text matched by this rule can span over multiple lines.

Definition at line 31 of file HSyntaxHighlighterSettings.h.


Member Data Documentation

Expression matching beginning of highlighted block.

Definition at line 33 of file HSyntaxHighlighterSettings.h.

Referenced by HSyntaxHighlighterSettings::getMultiLinesRules().

Expression matching ending of highlighted block.

Definition at line 34 of file HSyntaxHighlighterSettings.h.

Referenced by HSyntaxHighlighterSettings::getMultiLinesRules().

QTextCharFormat mlFormatingRule::format

Format applied to matched text.

Definition at line 35 of file HSyntaxHighlighterSettings.h.

Referenced by HSyntaxHighlighterSettings::getMultiLinesRules().


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

Generated on Fri Jan 9 00:50:44 2009 for HSyntaxHighlighter by  doxygen 1.5.8