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

Method set_expanded

src/laybasic/laybasic/layLayerProperties.cc:724–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724void
725LayerPropertiesNode::set_expanded (bool ex)
726{
727 if (expanded () != ex) {
728 m_expanded = ex;
729 expanded_state_changed ();
730 }
731}
732
733unsigned int
734LayerPropertiesNode::list_index () const

Callers 1

Calls 1

expandedFunction · 0.85

Tested by

no test coverage detected