Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

nrListItemAction

nrListItemAction(
o_listView
t_position
)
=> t / nil

Description

Function logged when the action associated with an item in a list/tree view created with the Qt QListView class is invoked by double-clicking on the item. This function is intended only for replay use and should not be called explicitly.

Arguments

o_listView

The list view.

t_position

The index of the item in the list for which the action was invoked.

Values Returned

t

The action associated with a list view item was invoked or this function was called from SKILL to replay the invocation of the action.

nil

There was an error.

Related Topics

QtReplay Functions

nrListItemRename

nrListColumnMove

nrListColumnSort

nrListItemExpand


Return to top
 ⠀
X