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

Function delete_layer

src/laybasic/laybasic/layLayoutViewBase.h:537–540  ·  view source on GitHub ↗

* @brief Delete the layer properties node for the current layer list * * This method deletes the object that the iterator points to and invalidates * the iterator since the object that the iterator points to is no longer valid. */

Source from the content-addressed store, hash-verified

535 * the iterator since the object that the iterator points to is no longer valid.
536 */
537 void delete_layer (LayerPropertiesConstIterator &iter)
538 {
539 delete_layer (current_layer_list (), iter);
540 }
541
542 /**
543 * @brief Delete the layer properties node for the layer list with the given index

Callers 5

redoMethod · 0.85
undoMethod · 0.85
remove_unused_layersMethod · 0.85
insert_layerMethod · 0.85
insert_special_layerMethod · 0.85

Calls 1

current_layer_listFunction · 0.85

Tested by

no test coverage detected