|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Syntax highlighter with four categories: comments, strings/chars, keywords/types, and functions. More...
#include <CppSyntaxHighlighter.h>
Public Member Functions | |
| CppSyntaxHighlighter (QTextDocument *parent) | |
Protected Member Functions | |
| void | highlightBlock (const QString &text) override |
Syntax highlighter with four categories: comments, strings/chars, keywords/types, and functions.
Definition at line 37 of file CppSyntaxHighlighter.h.
|
explicit |
Definition at line 29 of file CppSyntaxHighlighter.cpp.
|
overrideprotected |
Definition at line 92 of file CppSyntaxHighlighter.cpp.