![]() |
Qt 6.x
The Qt SDK
|
#include <QChar>#include <QList>#include <QRegularExpression>#include <QSyntaxHighlighter>#include <QTextBlockUserData>#include <QTextEdit>#include <QTextObject>
Include dependency graph for src_gui_text_qsyntaxhighlighter.cpp:Go to the source code of this file.
Classes | |
| struct | src_gui_text_qsyntaxhighlighter::MyHighlighter |
| struct | src_gui_text_qsyntaxhighlighter::ParenthesisInfo |
| [3] More... | |
| struct | src_gui_text_qsyntaxhighlighter::BlockData |
Namespaces | |
| namespace | src_gui_text_qsyntaxhighlighter |
Variables | |
| QTextEdit * | src_gui_text_qsyntaxhighlighter::editor = new QTextEdit |
| [0] | |
| MyHighlighter * | src_gui_text_qsyntaxhighlighter::highlighter = new MyHighlighter(editor->document()) |