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

nrUpdateMenu

nrUpdateMenu(
o_popupMenu
)
=> t / nil

Description

Function logged when the contents of a dynamic popup menu are modified. This function is logged for menus derived from the nrReplayPopupMenu class, which is a part of the native Qt replay library. The function is logged whenever the contentsChanged signal is emitted from the menu. This function is intended only for replay use and should not be called explicitly.

Argument

o_popupMenu

The popup menu.

Values Returned

t

A popup menu’s contents were modified, or this function was called from SKILL to replay the action of the menu’s contents changing.

nil

There was an error.

Examples

nrUpdateMenu( cdsLibManager->popupMenu )

Related Topics

QtReplay Functions


Return to top
 ⠀
X