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 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.