Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
virtual | ~SequentialLayoutStyle () override |
bool | isForward () const |
bool | isHorizontal () const |
Public Attributes | |
Property< Alignment > | alignment {this, "alignment"} |
Property< Direction > | direction {this, "direction"} |
Property< bool > | extraCursorsOutsideShape {this, "extraCursorsOutsideShape"} |
Property< bool > | hasCursorWhenEmpty {this, "hasCursorWhenEmpty"} |
Property< int > | minHeight {this, "minHeight"} |
Property< int > | minWidth {this, "minWidth"} |
Property< bool > | noBoundaryCursorsInsideShape {this, "noBoundaryCursorsInsideShape"} |
Property< bool > | noInnerCursors {this, "noInnerCursors"} |
Property< bool > | notLocationEquivalentCursors {this, "notLocationEquivalentCursors"} |
Property< int > | spaceBetweenElements {this, "spaceBetweenElements"} |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
|
overridevirtual |
|
inline |
|
inline |
Property<Alignment> Visualization::SequentialLayoutStyle::alignment {this, "alignment"} |
Property<Direction> Visualization::SequentialLayoutStyle::direction {this, "direction"} |
Property<bool> Visualization::SequentialLayoutStyle::extraCursorsOutsideShape {this, "extraCursorsOutsideShape"} |
Property<bool> Visualization::SequentialLayoutStyle::hasCursorWhenEmpty {this, "hasCursorWhenEmpty"} |
Property<int> Visualization::SequentialLayoutStyle::minHeight {this, "minHeight"} |
Property<int> Visualization::SequentialLayoutStyle::minWidth {this, "minWidth"} |
Property<bool> Visualization::SequentialLayoutStyle::noBoundaryCursorsInsideShape {this, "noBoundaryCursorsInsideShape"} |
Property<bool> Visualization::SequentialLayoutStyle::noInnerCursors {this, "noInnerCursors"} |
Property<bool> Visualization::SequentialLayoutStyle::notLocationEquivalentCursors {this, "notLocationEquivalentCursors"} |
Property<int> Visualization::SequentialLayoutStyle::spaceBetweenElements {this, "spaceBetweenElements"} |