|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Non-modal dialog displaying AST node properties in a tree view. More...
#include <NodeDetailsDialog.h>
Public Member Functions | |
| NodeDetailsDialog (AcavJson properties, const QString &windowTitle, QWidget *parent=nullptr) | |
| Create a node details dialog. | |
Non-modal dialog displaying AST node properties in a tree view.
Shows all JSON properties of an AST node in a hierarchical view. Each instance owns a deep copy of the node data, so it survives TU changes. Multiple instances can be open simultaneously.
Definition at line 38 of file NodeDetailsDialog.h.
|
explicit |
Create a node details dialog.
| properties | Deep copy of the node properties JSON |
| windowTitle | Title for the dialog window |
| parent | Optional parent widget |
Definition at line 32 of file NodeDetailsDialog.cpp.