Envision
A visual programming IDE for object-oriented languages
|
The VCommentTable class offers the visualization of the CommentTable class. More...
Public Member Functions | |
VCommentTable (Visualization::Item *parent, NodeType *node) | |
Protected Member Functions | |
virtual void | determineChildren () override |
virtual void | updateGeometry (int availableWidth, int availableHeight) override |
Private Attributes | |
Visualization::GridLayout * | aGrid_ {} |
QVector< QVector< Visualization::Item * > > | items_ |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
The VCommentTable class offers the visualization of the CommentTable class.
It uses the Visualization::GridLayout to display the items in a grid.
Comments::VCommentTable::VCommentTable | ( | Visualization::Item * | parent, |
NodeType * | node | ||
) |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
private |
|
private |