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
Values Returned
|
A popup menu’s contents were modified, or this function was called from SKILL to replay the action of the menu’s contents changing. |
|
Examples
nrUpdateMenu( cdsLibManager->popupMenu )
Related Topics
Return to top