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

Public Member Functions

 ~VListStyle ()
 

Public Attributes

Property< QVector< QColor > > backgroundColors {this, "backgroundColors"}
 
Property< bool > createChildOnLetterPress {this, "createChildOnLetterPress"}
 Whther to create a child element, also when a letter is pressed, in addition to when Enter is pressed. More...
 
Property< SequentialLayoutStyleitemsStyle {this, "itemsStyle"}
 
Property< bool > linelikeMovementAlongListDirection {this, "linelikeMovementAlongListDirection"}
 
Property< int > minHeight {this, "minHeight"}
 
Property< int > minWidth {this, "minWidth"}
 
Property< Visualization::StaticStyleselectedTip {this, "selectedTip"}
 
Property< bool > showTipWhenSelectedAndEmpty {this, "showTipWhenSelectedAndEmpty"}
 
Property< bool > stretchWhenEmpty {this, "stretchWhenEmpty"}
 
Property< bool > useBackgroundColors {this, "useBackgroundColors"}
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~VListStyle()

Visualization::VListStyle::~VListStyle ( )

Member Data Documentation

◆ backgroundColors

Property<QVector<QColor> > Visualization::VListStyle::backgroundColors {this, "backgroundColors"}

◆ createChildOnLetterPress

Property<bool> Visualization::VListStyle::createChildOnLetterPress {this, "createChildOnLetterPress"}

Whther to create a child element, also when a letter is pressed, in addition to when Enter is pressed.

The letter key press will be forwarded to the child element.

◆ itemsStyle

Property<SequentialLayoutStyle> Visualization::VListStyle::itemsStyle {this, "itemsStyle"}

◆ linelikeMovementAlongListDirection

Property<bool> Visualization::VListStyle::linelikeMovementAlongListDirection {this, "linelikeMovementAlongListDirection"}

◆ minHeight

Property<int> Visualization::VListStyle::minHeight {this, "minHeight"}

◆ minWidth

Property<int> Visualization::VListStyle::minWidth {this, "minWidth"}

◆ selectedTip

Property<Visualization::StaticStyle> Visualization::VListStyle::selectedTip {this, "selectedTip"}

◆ showTipWhenSelectedAndEmpty

Property<bool> Visualization::VListStyle::showTipWhenSelectedAndEmpty {this, "showTipWhenSelectedAndEmpty"}

◆ stretchWhenEmpty

Property<bool> Visualization::VListStyle::stretchWhenEmpty {this, "stretchWhenEmpty"}

◆ useBackgroundColors

Property<bool> Visualization::VListStyle::useBackgroundColors {this, "useBackgroundColors"}