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

Public Member Functions

virtual ~PlotOverlayStyle () override
 

Public Attributes

Property< QFont > font {this, "font"}
 
Property< int > height {this, "height"}
 
Property< int > margin {this, "margin"}
 
Property< QPen > pen {this, "pen"}
 
Property< double > scatterDotRadius {this, "scatterDotRadius"}
 
Property< int > ticSize {this, "ticSize"}
 
Property< int > width {this, "width"}
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~PlotOverlayStyle()

OODebug::PlotOverlayStyle::~PlotOverlayStyle ( )
overridevirtual

Member Data Documentation

◆ font

Property<QFont> OODebug::PlotOverlayStyle::font {this, "font"}

◆ height

Property<int> OODebug::PlotOverlayStyle::height {this, "height"}

◆ margin

Property<int> OODebug::PlotOverlayStyle::margin {this, "margin"}

◆ pen

Property<QPen> OODebug::PlotOverlayStyle::pen {this, "pen"}

◆ scatterDotRadius

Property<double> OODebug::PlotOverlayStyle::scatterDotRadius {this, "scatterDotRadius"}

◆ ticSize

Property<int> OODebug::PlotOverlayStyle::ticSize {this, "ticSize"}

◆ width

Property<int> OODebug::PlotOverlayStyle::width {this, "width"}