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

Method commit

src/lay/lay/layMainConfigPages.cc:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void
134MainConfigPage::commit (lay::Dispatcher *root)
135{
136 try {
137 double g;
138 tl::from_string (tl::to_string (mp_ui->grid_edit->text ()), g);
139 root->config_set (cfg_grid, g);
140 } catch (...) { }
141}
142
143// -------------------------------------------------------------
144// The "number of circle points" configuration page

Callers

nothing calls this directly

Calls 15

maxFunction · 0.85
minFunction · 0.85
config_setMethod · 0.80
config_getMethod · 0.80
menuMethod · 0.80
get_default_shortcutMethod · 0.80
from_stringFunction · 0.50
to_stringFunction · 0.50
unpack_key_bindingFunction · 0.50
pack_key_bindingFunction · 0.50
unpack_menu_items_hiddenFunction · 0.50
pack_menu_items_hiddenFunction · 0.50

Tested by

no test coverage detected