Files
klayout/testdata
Matthias Koefferlein bccf68504f Implemented a solution for #1963 (locking cells)
A cell can be locked using
  cell.locked = true
and unlocked again using
  cell.locked = false
Also, cell.is_locked? can be used to test the locked state.

In locked state writing shapes and instances is forbidden
and doing so would raise an exception.

Also, cells cannot be deleted when locked. However, Layout#clear
and Layout#_destroy are always available.

Cells can still be renamed, even if locked.
2025-01-04 21:44:11 +01:00
..
2024-10-19 16:52:17 +02:00
2023-05-21 20:51:50 +02:00
2025-01-04 19:32:33 +01:00
2022-02-12 18:08:52 +01:00
2024-09-18 23:50:49 +02:00
2024-09-01 21:26:44 +02:00
2025-01-04 19:32:33 +01:00
2024-06-02 23:09:40 +02:00
2023-01-22 17:58:09 +01:00
2025-01-04 19:32:33 +01:00
2025-01-04 19:32:33 +01:00
2021-12-15 23:18:42 +01:00