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

Function state

src/laybasic/laybasic/layBookmarkList.h:173–176  ·  view source on GitHub ↗

* @brief Set the state of the element with the given index */

Source from the content-addressed store, hash-verified

171 * @brief Set the state of the element with the given index
172 */
173 void state (size_t index, const DisplayState &state)
174 {
175 m_list [index] = state;
176 }
177
178 /**
179 * @brief Obtain the name of the element with the given index

Calls

no outgoing calls

Tested by

no test coverage detected