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

The VCommentDiagramStyle class provides a style for the VCommentDiagram. More...

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

Public Member Functions

virtual ~VCommentDiagramStyle () override
 

Public Attributes

Property< QColor > color {this, "color"}
 

Additional Inherited Members

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

Detailed Description

The VCommentDiagramStyle class provides a style for the VCommentDiagram.

It specifies the colors used for the shapes in a diagram.

Constructor & Destructor Documentation

◆ ~VCommentDiagramStyle()

Comments::VCommentDiagramStyle::~VCommentDiagramStyle ( )
overridevirtual

Member Data Documentation

◆ color

Property<QColor> Comments::VCommentDiagramStyle::color {this, "color"}