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

Public Member Functions

virtual ~VFormalTypeArgumentStyle () override
 

Public Attributes

Property< Visualization::TextStylename {this, "name"}
 
Property< Visualization::StaticStylespecializeSymbol {this, "specializeSymbol"}
 
Property< Visualization::StaticStylesubTypeSymbol {this, "subTypeSymbol"}
 
Property< Visualization::StaticStylesuperTypeSymbol {this, "superTypeSymbol"}
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~VFormalTypeArgumentStyle()

OOVisualization::VFormalTypeArgumentStyle::~VFormalTypeArgumentStyle ( )
overridevirtual

Member Data Documentation

◆ name

Property<Visualization::TextStyle> OOVisualization::VFormalTypeArgumentStyle::name {this, "name"}

◆ specializeSymbol

Property<Visualization::StaticStyle> OOVisualization::VFormalTypeArgumentStyle::specializeSymbol {this, "specializeSymbol"}

◆ subTypeSymbol

Property<Visualization::StaticStyle> OOVisualization::VFormalTypeArgumentStyle::subTypeSymbol {this, "subTypeSymbol"}

◆ superTypeSymbol

Property<Visualization::StaticStyle> OOVisualization::VFormalTypeArgumentStyle::superTypeSymbol {this, "superTypeSymbol"}