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

Function current_layer_list

src/laybasic/laybasic/layLayoutViewBase.h:638–641  ·  view source on GitHub ↗

* @brief Get the index of the current properties list */

Source from the content-addressed store, hash-verified

636 * @brief Get the index of the current properties list
637 */
638 unsigned int current_layer_list () const
639 {
640 return m_current_layer_list;
641 }
642
643 /**
644 * @brief Set the index of the current properties list

Callers 12

set_propertiesMethod · 0.85
replace_layer_nodeMethod · 0.85
delete_layerMethod · 0.85
add_missing_layersMethod · 0.85
add_new_layersMethod · 0.85
set_propertiesFunction · 0.85
set_layer_node_expandedFunction · 0.85
replace_layer_nodeFunction · 0.85
delete_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected