16
QtReplay Functions
This topic provides a list of Cadence® SKILL functions associated with QtReplay, that log and replay graphical user interface (GUI) actions. QtReplay functions have the prefix nr. These functions are used for GUI elements that are created directly with Qt instead of user interface SKILL (HI). These GUI could be a part of either a mixed HI/Qt application or a non-HI based Qt application.
Like other replay functions, you do not call these functions directly. They are logged in the log file when the user performs an action, such as clicking OK in a dialog box. When the file is replayed, the functions are called.
Only the functions listed here are supported for public use. All other functions, regardless of their name or prefix, and undocumented aspects of the functions described below, are private and are subject to change at any time.
- nrDialogAccept
- nrGetIndexesFromSelection
- nrGetSelectedIndexes
- nrListColumnMove
- nrListColumnSort
- nrListItemAction
- nrListItemExpand
- nrListItemRename
- nrResizeWindow
- nrSetCurrentWindow
- nrSetFileFilter
- nrSetWindowVisibility
- nrUpdateMenu
Return to top