QPopupMenu¶
This is generic Qt popup menu. Use DoClickItem to click a particular item from the menu.
Extends QPopup
Extends SeSSimulatedObject
Behavior Pattern: QtItemClickableBehavior
Action Summary¶
| Action | Description |
|---|---|
| DoClickItem | Performs click on an item of this object. |
Action Detail¶
DoClickItem¶
Performs click on an item of this object.
DoClickItem(itemName)
Parameters:
| Name | Type | Description |
|---|---|---|
| itemName | string | Name of the item to click |
Returns:
boolean: 'true' if success, 'false' otherwise.