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

Method ungrab_mouse

src/laybasic/laybasic/layViewObject.cc:1187–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187void
1188ViewObjectUI::ungrab_mouse (ViewService *obj)
1189{
1190 std::list<ViewService *>::iterator g;
1191 for (g = m_grabbed.begin (); g != m_grabbed.end () && *g != obj; ++g) {
1192 ;
1193 }
1194 if (g != m_grabbed.end ()) {
1195 m_grabbed.erase (g);
1196 }
1197}
1198
1199void
1200ViewObjectUI::freeze (ViewObject *obj)

Callers 15

test_1Method · 0.45
drag_cancelMethod · 0.45
edit_cancelMethod · 0.45
mouse_release_eventMethod · 0.45
release_mouseMethod · 0.45
drag_cancelMethod · 0.45
drag_cancelMethod · 0.45
release_mouseMethod · 0.45
mouse_release_eventMethod · 0.45
drag_cancelMethod · 0.45
reset_boxMethod · 0.45
functionMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by 1

test_1Method · 0.36