MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / HighlightingRule

Class HighlightingRule

gui/qt/basiccodeviewerwindow.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36private:
37 struct HighlightingRule
38 {
39 QRegularExpression pattern;
40 QTextCharFormat format;
41 };
42 QVector<HighlightingRule> highlightingRules;
43
44 QTextCharFormat keywordFormat;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected