Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_gui_text_qsyntaxhighlighter Namespace Reference

Classes

struct  BlockData
struct  MyHighlighter
struct  ParenthesisInfo
 [3] More...

Variables

QTextEditeditor = new QTextEdit
 [0]
MyHighlighterhighlighter = new MyHighlighter(editor->document())

Variable Documentation

◆ editor

QTextEdit * src_gui_text_qsyntaxhighlighter::editor = new QTextEdit

[0]

Definition at line 23 of file src_gui_text_qsyntaxhighlighter.cpp.

◆ highlighter

MyHighlighter * src_gui_text_qsyntaxhighlighter::highlighter = new MyHighlighter(editor->document())

Definition at line 24 of file src_gui_text_qsyntaxhighlighter.cpp.