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

Method opened

src/laybasic/laybasic/layLayoutCanvas.h:83–86  ·  view source on GitHub ↗

* @brief Returns a value indicating whether the entry is opened */

Source from the content-addressed store, hash-verified

81 * @brief Returns a value indicating whether the entry is opened
82 */
83 bool opened () const
84 {
85 return m_opened;
86 }
87
88 /**
89 * @brief Returns a value indicating whether the entry is precious

Callers 3

prepare_drawingMethod · 0.80
do_end_of_drawingMethod · 0.80
stop_redrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected