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

Method copy

src/laybasic/laybasic/layEditable.cc:157–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void
158Editables::copy ()
159{
160 if (has_selection ()) {
161 db::Clipboard::instance ().clear ();
162 for (iterator e = begin (); e != end (); ++e) {
163 e->copy ();
164 }
165 }
166}
167
168db::DBox
169Editables::selection_bbox ()

Callers

nothing calls this directly

Calls 5

has_selectionFunction · 0.85
instanceFunction · 0.70
beginFunction · 0.70
endFunction · 0.70
clearMethod · 0.45

Tested by

no test coverage detected