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

Function clear_transient_selection

src/laybasic/laybasic/layEditable.h:217–220  ·  view source on GitHub ↗

* @brief Clear the transient selection * * This method is supposed to reset any transient selection */

Source from the content-addressed store, hash-verified

215 * This method is supposed to reset any transient selection
216 */
217 virtual void clear_transient_selection ()
218 {
219 // .. nothing yet ..
220 }
221
222 /**
223 * @brief Clears the previous selection state

Callers 15

~ServiceMethod · 0.85
end_moveMethod · 0.85
selection_to_viewMethod · 0.85
clear_selectionMethod · 0.85
transient_selectMethod · 0.85
~ServiceMethod · 0.85
transient_selectMethod · 0.85
selection_to_viewMethod · 0.85
~ServiceMethod · 0.85
begin_moveMethod · 0.85
selection_to_viewMethod · 0.85
finish_drawingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected