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

nrListColumnMove

nrListColumnMove(
o_listView
x_position
x_newPosition
)
=> t / nil

Description

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

Arguments

o_listView

The list view.

x_position

The current position of the column.

x_newPosition

The new position of the column.

Values Returned

t

A column in a list-tree view was moved or this function was called from SKILL to replay the moving of the column.

nil

There was an error.

Related Topics

QtReplay Functions

nrListColumnSort

nrListItemAction

nrListItemRename

nrListItemExpand


Return to top
 ⠀
X