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

Function set_layer_node_expanded

src/laybasic/laybasic/layLayoutViewBase.h:445–448  ·  view source on GitHub ↗

* @brief Sets a value indicating whether the given node is expanded in the layer tree * * @param iter Points to the layer node to be modified * @param ex True if the layer node shall be expanded, false if it shall be collapsed */

Source from the content-addressed store, hash-verified

443 * @param ex True if the layer node shall be expanded, false if it shall be collapsed
444 */
445 void set_layer_node_expanded (const LayerPropertiesConstIterator &iter, bool ex)
446 {
447 set_layer_node_expanded (current_layer_list (), iter, ex);
448 }
449
450 /**
451 * @brief Set the layer properties of a layer with the given position (by iterator) for the layer list with the given index

Callers

nothing calls this directly

Calls 1

current_layer_listFunction · 0.85

Tested by

no test coverage detected