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

nrListItemExpand

nrListItemExpand(
o_listView
t_listItem
g_expandedOrCollapsed
)
=> t / nil

Description

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

Arguments

o_listView

The list view.

t_listItem

The list item that is expanded or collapsed. The item name is relative to the root node of the tree, for example: “NewLib/buffer/symbol”.

g_expandedOrCollapsed

  

t or nil. t indicates the list item was expanded, nil indicates the list item was collapsed.

Values Returned

t

A list-tree view item was expanded or collapsed, or this function was called from SKILL.

nil

There was an error.

Examples

nrListItemExpand( cdsLibManager->listTree “NewLib/buffer” t )

Related Topics

QtReplay Functions

nrListColumnMove

nrListColumnSort

nrListItemAction

nrListItemRename


Return to top
 ⠀
X