#include <QtCore/QString>#include <QtCore/QVector>#include <QtGui/QTextCharFormat>#include <QtCore/QCoreApplication>#include "HighlightBlock.h"Go to the source code of this file.
Classes | |
| struct | slFormatingRule |
| Enum containing used Single Lines highlights It's intended to make any tables/QVector containing highlight rules to be more intuitive, with indexes form this enum. More... | |
| struct | mlFormatingRule |
| 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... | |
| class | HSyntaxHighlighterSettings |
| Highlighting Settings This class holds all Highlighting settings, used by HSyntaxHighlighter It is used to generate formating rules. slFormatingRule mlFormatingRule HSyntaxHighlighterDialog. More... | |
Definition in file HSyntaxHighlighterSettings.h.
1.5.8