Envision
A visual programming IDE for object-oriented languages
|
The CommentTable class offers a comment element to display tables. More...
Public Member Functions | |
CommentTable (Node *parent, QString name, int rowCount, int columnCount) | |
CommentFreeNode * | nodeAt (int m, int n) |
void | resize (int m, int n) |
void | setNodeAt (int m, int n, Model::Node *aNode) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
The CommentTable class offers a comment element to display tables.
These tables are represented as a grid of nodes of type CommentFreeNode.
Comments::CommentTable::CommentTable | ( | Node * | parent, |
QString | name, | ||
int | rowCount, | ||
int | columnCount | ||
) |
CommentFreeNode * Comments::CommentTable::nodeAt | ( | int | m, |
int | n | ||
) |
void Comments::CommentTable::resize | ( | int | m, |
int | n | ||
) |
void Comments::CommentTable::setNodeAt | ( | int | m, |
int | n, | ||
Model::Node * | aNode | ||
) |