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

Function expanded

src/laybasic/laybasic/layLayerProperties.h:1085–1089  ·  view source on GitHub ↗

* @brief Gets the expanded state of the layer properties node */

Source from the content-addressed store, hash-verified

1083 * @brief Gets the expanded state of the layer properties node
1084 */
1085 bool expanded () const
1086 {
1087 refresh ();
1088 return m_expanded;
1089 }
1090
1091 /**
1092 * @brief Child layers: begin iterator

Callers 3

MacroVariableViewMethod · 0.85
set_expandedMethod · 0.85

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected