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

Function has_selection

src/laybasic/laybasic/layEditable.h:367–370  ·  view source on GitHub ↗

* @brief Indicates if any objects are selected */

Source from the content-addressed store, hash-verified

365 * @brief Indicates if any objects are selected
366 */
367 virtual bool has_selection ()
368 {
369 return false;
370 }
371
372 /**
373 * @brief Indicates how many objects are selected

Callers 15

cutMethod · 0.85
delMethod · 0.85
set_current_colorMethod · 0.85
set_current_positionMethod · 0.85
keyPressEventMethod · 0.85
timeoutMethod · 0.85
mouse_click_eventMethod · 0.85
begin_moveMethod · 0.85
cutMethod · 0.85
delMethod · 0.85
move_markersMethod · 0.85
cutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected