|
|
| PrismHighlighter (QTextDocument *parent=nullptr, bool darkMode=true) |
| |
|
| Highlighter (QTextDocument *parent=nullptr) |
| |
|
| void | setupKeyWordPatterns () override |
| |
|
virtual void | setupKeyWordPatterns ()=0 |
| |
|
void | highlightBlock (const QString &text) override |
| |
|
|
bool | darkMode |
| |
|
QVector< HighlightingRule > | highlightingRules |
| |
|
QRegularExpression | commentStartExpression |
| |
|
QRegularExpression | commentEndExpression |
| |
|
QTextCharFormat | keywordFormat |
| |
|
QTextCharFormat | classFormat |
| |
|
QTextCharFormat | singleLineCommentFormat |
| |
|
QTextCharFormat | multiLineCommentFormat |
| |
|
QTextCharFormat | quotationFormat |
| |
|
QTextCharFormat | functionFormat |
| |
|
QTextCharFormat | numberFormat |
| |
|
QTextCharFormat | constFormat |
| |
◆ setupKeyWordPatterns()
| void stamina::gui::addons::highlighter::PrismHighlighter::setupKeyWordPatterns |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files:
- /home/josh/Documents/Work/stamina-cplusplus/src/stamina/gui/addons/highlighter/PrismHighlighter.h
- /home/josh/Documents/Work/stamina-cplusplus/src/stamina/gui/addons/highlighter/PrismHighlighter.cpp