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

The CommentFreeNode class provides a documentation element which can hold nodes of any type. More...

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

Public Member Functions

 CommentFreeNode (Node *parent, QString name)
 

Additional Inherited Members

- Protected Types inherited from Core::Reflect< Base >
using Super = Reflect< Base >
 

Detailed Description

The CommentFreeNode class provides a documentation element which can hold nodes of any type.

It is mainly used to display code blocks inside comments and as a building block for tables.

Constructor & Destructor Documentation

◆ CommentFreeNode()

Comments::CommentFreeNode::CommentFreeNode ( Node *  parent,
QString  name 
)