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

Method configure

src/laybasic/laybasic/layMove.cc:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool
71MoveService::configure (const std::string &name, const std::string &value)
72{
73 if (lay::EditorServiceBase::configure (name, value)) {
74 return true;
75 }
76
77 if (name == cfg_grid) {
78 tl::from_string (value, m_global_grid);
79 }
80
81 return false; // not taken
82}
83
84void
85MoveService::function (const std::string &name, const std::string &value)

Callers 2

config_setMethod · 0.45
mouse_move_eventMethod · 0.45

Calls 2

configureFunction · 0.70
from_stringFunction · 0.50

Tested by

no test coverage detected