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

nrListItemRename

nrListItemRename(
o_listView
t_itemName
x_columnIndex
t_newItemName
)
=> t / nil

Description

Function logged when an item in a list/tree view (created with the Qt QListView class) is renamed. This function is intended only for replay use and should not be called explicitly.

Arguments

o_listView

The list view.

t_itemName

The name of the item.

x_columnIndex

The column index.

t_newItemName

The new name for the item.

Values Returned

t

A list view item was renamed or this function was called from SKILL to replay the action of renaming of the item.

nil

There was an error.

Related Topics

QtReplay Functions

nrListItemAction

nrListColumnMove

nrListColumnSort

nrListItemExpand


Return to top
 ⠀
X