Envision
A visual programming IDE for object-oriented languages
|
Public Types | |
enum class | Alignment : int { Center , Left , Right , Top , Bottom } |
enum class | Direction : int { LeftToRight , RightToLeft , TopToBottom , BottomToTop } |
enum class | Orientation : int { Horizontal , Vertical } |
Public Member Functions | |
virtual | ~LayoutStyle () override |
Public Attributes | |
Property< int > | bottomMargin {this, "bottomMargin"} |
Property< int > | leftMargin {this, "leftMargin"} |
Property< int > | rightMargin {this, "rightMargin"} |
Property< int > | topMargin {this, "topMargin"} |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
|
strong |
|
strong |
|
strong |
|
overridevirtual |
Property<int> Visualization::LayoutStyle::bottomMargin {this, "bottomMargin"} |
Property<int> Visualization::LayoutStyle::leftMargin {this, "leftMargin"} |
Property<int> Visualization::LayoutStyle::rightMargin {this, "rightMargin"} |
Property<int> Visualization::LayoutStyle::topMargin {this, "topMargin"} |