![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QChar>#include <QList>#include <QRegularExpression>#include <QSyntaxHighlighter>#include <QTextBlockUserData>#include <QTextEdit>#include <QTextObject>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()) |