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

Function set_properties

src/laybasic/laybasic/layLayoutViewBase.h:434–437  ·  view source on GitHub ↗

* @brief Set the layer properties of a layer with the given position (by iterator) for the current layer list * * @param iter Points to the layer to be replaced * @param props The properties to replace the current properties */

Source from the content-addressed store, hash-verified

432 * @param props The properties to replace the current properties
433 */
434 void set_properties (const LayerPropertiesConstIterator &iter, const LayerProperties &props)
435 {
436 set_properties (current_layer_list (), iter, props);
437 }
438
439 /**
440 * @brief Sets a value indicating whether the given node is expanded in the layer tree

Callers 11

clear_layersMethod · 0.70
redoMethod · 0.70
undoMethod · 0.70
clear_cellviewsMethod · 0.70
do_load_layer_propsMethod · 0.70
add_new_layersMethod · 0.70
reload_layoutMethod · 0.70
merge_layer_propsMethod · 0.70
showMethod · 0.50
tab_changedMethod · 0.50

Calls 1

current_layer_listFunction · 0.85

Tested by

no test coverage detected