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

Method config_set

src/laybasic/laybasic/layPlugin.cc:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void
437Plugin::config_set (const std::string &name, const char *value)
438{
439 config_set (name, std::string (value));
440}
441
442void
443Plugin::config_set (const std::string &name, const std::string &value)

Callers 15

set_stored_valuesMethod · 0.80
item_clickedMethod · 0.80
pop_segmentMethod · 0.80
lazy_eval_modeMethod · 0.80
show_parameter_namesMethod · 0.80
copy_selectedMethod · 0.80
sync_to_configMethod · 0.80
do_mouse_transformMethod · 0.80
config_finalizeMethod · 0.80
configure_from_line_editFunction · 0.80
applyMethod · 0.80

Calls 11

config_setFunction · 0.85
msgMethod · 0.80
beginFunction · 0.70
endFunction · 0.70
stringFunction · 0.50
to_stringFunction · 0.50
trFunction · 0.50
findMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
configureMethod · 0.45

Tested by

no test coverage detected