|
Envision
A visual programming IDE for object-oriented languages
|
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< SequentialLayoutStyle > | itemsStyle {this, "itemsStyle"} |
| Property< bool > | linelikeMovementAlongListDirection {this, "linelikeMovementAlongListDirection"} |
| Property< int > | minHeight {this, "minHeight"} |
| Property< int > | minWidth {this, "minWidth"} |
| Property< Visualization::StaticStyle > | selectedTip {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 > |
| Visualization::VListStyle::~VListStyle | ( | ) |
| Property<QVector<QColor> > Visualization::VListStyle::backgroundColors {this, "backgroundColors"} |
| 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.
| Property<SequentialLayoutStyle> Visualization::VListStyle::itemsStyle {this, "itemsStyle"} |
| Property<bool> Visualization::VListStyle::linelikeMovementAlongListDirection {this, "linelikeMovementAlongListDirection"} |
| Property<int> Visualization::VListStyle::minHeight {this, "minHeight"} |
| Property<int> Visualization::VListStyle::minWidth {this, "minWidth"} |
| Property<Visualization::StaticStyle> Visualization::VListStyle::selectedTip {this, "selectedTip"} |
| Property<bool> Visualization::VListStyle::showTipWhenSelectedAndEmpty {this, "showTipWhenSelectedAndEmpty"} |
| Property<bool> Visualization::VListStyle::stretchWhenEmpty {this, "stretchWhenEmpty"} |
| Property<bool> Visualization::VListStyle::useBackgroundColors {this, "useBackgroundColors"} |