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

Method drag_cancel

src/laybasic/laybasic/layViewObject.cc:1102–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void
1103ViewObjectUI::drag_cancel ()
1104{
1105 for (service_iterator svc = begin_services (); svc != end_services (); ++svc) {
1106 (*svc)->drag_cancel ();
1107 }
1108}
1109
1110void
1111ViewObjectUI::hover_reset ()

Callers

nothing calls this directly

Calls 2

begin_servicesFunction · 0.85
end_servicesFunction · 0.85

Tested by

no test coverage detected