QListBox¶
This is the Qt list box. Use DoSelectItem to select a particular item.
Extends QWidget
Extends SeSSimulatedObject
Behavior Pattern: QtListBoxBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Value | Gets the value of the selected item. | GetValue |
Action Summary¶
Action | Description |
---|---|
DoSelectItem | Selects an item of this object. |
Property Detail¶
Value¶
Gets the value of the selected item. This is usually equivalent to the name of the item being selected.
Type: string
Accessors: GetValue
Action Detail¶
DoSelectItem¶
Selects an item of this object.
DoSelectItem(itemName)
Parameters:
Name | Type | Description |
---|---|---|
itemName | string | Item name to select. |
Returns:
boolean: 'true' if success, 'false' otherwise.