Envision
A visual programming IDE for object-oriented languages
List of all members | Public Member Functions
Comments::CommentTable Class Reference

The CommentTable class offers a comment element to display tables. More...

Inheritance diagram for Comments::CommentTable:
Core::Reflect< Base >

Public Member Functions

 CommentTable (Node *parent, QString name, int rowCount, int columnCount)
 
CommentFreeNodenodeAt (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 >
 

Detailed Description

The CommentTable class offers a comment element to display tables.

These tables are represented as a grid of nodes of type CommentFreeNode.

Constructor & Destructor Documentation

◆ CommentTable()

Comments::CommentTable::CommentTable ( Node *  parent,
QString  name,
int  rowCount,
int  columnCount 
)

Member Function Documentation

◆ nodeAt()

CommentFreeNode * Comments::CommentTable::nodeAt ( int  m,
int  n 
)

◆ resize()

void Comments::CommentTable::resize ( int  m,
int  n 
)

◆ setNodeAt()

void Comments::CommentTable::setNodeAt ( int  m,
int  n,
Model::Node aNode 
)