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
|
The index of the item in the list for which the action was invoked. |
Values Returned
|
The action associated with a list view item was invoked or this function was called from SKILL to replay the invocation of the action. |
|
Related Topics
Return to top