MCPcopy Create free account
hub / github.com/KLayout/klayout / insert_layer_list

Function insert_layer_list

src/laybasic/laybasic/layLayoutViewBase.h:661–664  ·  view source on GitHub ↗

* @brief Insert the layer properties list at the given index and make it the current list. */

Source from the content-addressed store, hash-verified

659 * @brief Insert the layer properties list at the given index and make it the current list.
660 */
661 void insert_layer_list (unsigned int index)
662 {
663 insert_layer_list (index, LayerPropertiesList ());
664 }
665
666 /**
667 * @brief Sets the currently active layer by layer properties and cell view index

Callers 4

redoMethod · 0.85
undoMethod · 0.85
do_load_layer_propsMethod · 0.85
merge_layer_propsMethod · 0.85

Calls 1

LayerPropertiesListClass · 0.85

Tested by

no test coverage detected