Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_text_qsyntaxhighlighter.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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

QTextEditsrc_gui_text_qsyntaxhighlighter::editor = new QTextEdit
 [0]
 
MyHighlightersrc_gui_text_qsyntaxhighlighter::highlighter = new MyHighlighter(editor->document())