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

Function catch_distance

src/laybasic/laybasic/layEditable.h:172–175  ·  view source on GitHub ↗

* @brief The catch distance (for single click) * * The catch distance is a typical value for the "fuzzyness" of a mouse click. * It is given in micron. */

Source from the content-addressed store, hash-verified

170 * It is given in micron.
171 */
172 virtual double catch_distance ()
173 {
174 return 0.0;
175 }
176
177 /**
178 * @brief The catch distance (for box)

Callers 15

begin_moveMethod · 0.85
click_proximityMethod · 0.85
transient_selectMethod · 0.85
selectMethod · 0.85
via_initialMethod · 0.85
timeoutMethod · 0.85
mouse_click_eventMethod · 0.85
partial_selectMethod · 0.85
click_proximityMethod · 0.85
transient_selectMethod · 0.85
selectMethod · 0.85
begin_moveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected