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

Public Member Functions

virtual ~VReviewCommentStyle () override
 

Public Attributes

Property< Comments::VCommentStylecomment {this, "comment"}
 
Property< Visualization::TextStyledate {this, "date"}
 
Property< Visualization::TextStyleusername {this, "username"}
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~VReviewCommentStyle()

CodeReview::VReviewCommentStyle::~VReviewCommentStyle ( )
overridevirtual

Member Data Documentation

◆ comment

Property<Comments::VCommentStyle> CodeReview::VReviewCommentStyle::comment {this, "comment"}

◆ date

Property<Visualization::TextStyle> CodeReview::VReviewCommentStyle::date {this, "date"}

◆ username

Property<Visualization::TextStyle> CodeReview::VReviewCommentStyle::username {this, "username"}