|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Source code display widget with line numbers. More...
#include "common/FileManager.h"#include "core/SourceLocation.h"#include <QPlainTextEdit>#include <QPoint>#include <QString>#include <QSyntaxHighlighter>#include <QTextCursor>#include <QTextDocument>Go to the source code of this file.
Classes | |
| class | acav::SourceCodeView |
| Source code viewer with line numbers and lightweight syntax highlighting. More... | |
Source code display widget with line numbers.
Definition in file SourceCodeView.h.