Envision
A visual programming IDE for object-oriented languages
List of all members | Public Member Functions | Public Attributes
Comments::VCommentDiagramSequenceStyle Class Reference
Inheritance diagram for Comments::VCommentDiagramSequenceStyle:
Core::Reflect< Base >

Public Member Functions

virtual ~VCommentDiagramSequenceStyle () override
 
QVector< QColor > getColors () const
 
int getColorsPerRow () const
 

Public Attributes

Property< QVector< VCommentDiagramStyle > > colors {this, "colors"}
 
Property< int > colorsPerRow {this, "colorsPerRow"}
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~VCommentDiagramSequenceStyle()

Comments::VCommentDiagramSequenceStyle::~VCommentDiagramSequenceStyle ( )
overridevirtual

Member Function Documentation

◆ getColors()

QVector< QColor > Comments::VCommentDiagramSequenceStyle::getColors ( ) const

◆ getColorsPerRow()

int Comments::VCommentDiagramSequenceStyle::getColorsPerRow ( ) const

Member Data Documentation

◆ colors

Property<QVector<VCommentDiagramStyle> > Comments::VCommentDiagramSequenceStyle::colors {this, "colors"}

◆ colorsPerRow

Property<int> Comments::VCommentDiagramSequenceStyle::colorsPerRow {this, "colorsPerRow"}