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

Method timeout

src/laybasic/laybasic/laySelector.cc:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100#if defined(HAVE_QT)
101void
102SelectionService::timeout ()
103{
104 m_hover_wait = false;
105 m_hover = true;
106 mp_view->clear_transient_selection ();
107 mp_view->transient_select (m_hover_point);
108}
109#endif
110
111void

Callers

nothing calls this directly

Calls 2

transient_selectMethod · 0.45

Tested by

no test coverage detected