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

hiGetIconOverrides

hiGetIconOverrides(
)
=> l_list

Description

Returns the list of icon names that are loaded by the CSF search results directly, bypassing the hierarchy files. If the CSF search fails, the files in the hierarchy are loaded.

Icons not loaded using full file paths are loaded from the files located in the hierarchy at /share/cdssetup/icons/{16x16,24x24,32x32,...}. Any icons not found here are searched using CSF.

Arguments

None

Value Returned

l_list

List of icon names from previous calls to hiAddIconOverrides and hiRemoveIconOverrides.

Examples

Returns a list of HI icon names for loading icons by using the CSF search and bypassing the share/cdssetup/icons files.

hiAddIconOverrides( '("point.png" "rotate.png") ) 
t 
hiRemoveIconOverrides( '("point.png" ) ) 
t
hiGetIconOverrides()
("rotate.png")

Related Topics

Icon Functions

hiAddIconOverrides

hiRemoveIconOverrides


Return to top
 ⠀
X