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

Method select_all_layers

src/db/db/dbSaveLayoutOptions.cc:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175SaveLayoutOptions::select_all_layers ()
176{
177 m_all_layers = true;
178 m_layers.clear ();
179}
180
181void
182SaveLayoutOptions::deselect_all_layers ()

Callers 5

test_common_optionsMethod · 0.80
test_common_optionsMethod · 0.80
test_1Method · 0.80
test_2Method · 0.80
get_optionsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 4

test_common_optionsMethod · 0.64
test_common_optionsMethod · 0.64
test_1Method · 0.64
test_2Method · 0.64