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

Public Member Functions

virtual ~VCommentStyle () override
 

Public Attributes

Property< Visualization::TextStylecommentText {this, "commentText"}
 
Property< Visualization::VListStyleeditList {this, "editList"}
 
Property< Visualization::LineStylethickLineCommentEnd {this, "thickLineCommentEnd"}
 
Property< Visualization::LineStylethickLineCommentStart {this, "thickLineCommentStart"}
 
Property< Visualization::LineStylethinLineCommentEnd {this, "thinLineCommentEnd"}
 
Property< Visualization::LineStylethinLineCommentStart {this, "thinLineCommentStart"}
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~VCommentStyle()

Comments::VCommentStyle::~VCommentStyle ( )
overridevirtual

Member Data Documentation

◆ commentText

Property<Visualization::TextStyle> Comments::VCommentStyle::commentText {this, "commentText"}

◆ editList

Property<Visualization::VListStyle> Comments::VCommentStyle::editList {this, "editList"}

◆ thickLineCommentEnd

Property<Visualization::LineStyle> Comments::VCommentStyle::thickLineCommentEnd {this, "thickLineCommentEnd"}

◆ thickLineCommentStart

Property<Visualization::LineStyle> Comments::VCommentStyle::thickLineCommentStart {this, "thickLineCommentStart"}

◆ thinLineCommentEnd

Property<Visualization::LineStyle> Comments::VCommentStyle::thinLineCommentEnd {this, "thinLineCommentEnd"}

◆ thinLineCommentStart

Property<Visualization::LineStyle> Comments::VCommentStyle::thinLineCommentStart {this, "thinLineCommentStart"}