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

Function parent

src/laybasic/laybasic/layLayerProperties.h:1218–1221  ·  view source on GitHub ↗

* @brief Gets the parent node */

Source from the content-addressed store, hash-verified

1216 * @brief Gets the parent node
1217 */
1218 const LayerPropertiesNode *parent () const
1219 {
1220 return mp_parent.get ();
1221 }
1222
1223 /**
1224 * @brief Obtain the unique ID

Callers 9

need_realizeMethod · 0.70
next_indexMethod · 0.50
tooltipMethod · 0.50
statusMethod · 0.50
path_from_indexMethod · 0.50
build_urlMethod · 0.50
attention_changedMethod · 0.50

Calls 3

LayerPropertiesIteratorFunction · 0.70
getMethod · 0.45
upMethod · 0.45

Tested by

no test coverage detected