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

nrSetFileFilter

nrSetFileFilter(
o_dialog
t_filter
)
=> t / nil

Description

Function logged when a file filter is selected in a file dialog box. This function is intended only for replay use and should not be called explicitly.

Arguments

o_dialog

The dialog box that contains the file filter list.

t_filter

A string specifying the file filter item that was selected.

Values Returned

t

A file filter is set for the dialog or this function was called from SKILL to replay the action of setting the filter.

nil

There was an error.

Examples

nrSetFileFilter( cdsLibManager->LoadDefaultEnvironment "All Files ( * )" )

Related Topics

QtReplay Functions


Return to top
 ⠀
X