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

Function clear_previous_selection

src/laybasic/laybasic/layEditable.h:232–235  ·  view source on GitHub ↗

* @brief Clears the previous selection state * * This method is used by the single-point selection cycling protocol to clear the * plugin's single-point selection state. The cycling protocol is used when a certain * point is clicked at multiple times. A plugin is supposed to remember such selections and * exclude them from further checks. If all objects in question are selecte

Source from the content-addressed store, hash-verified

230 * the previous selection should be cleared and a new cycle is about to begin
231 */
232 virtual void clear_previous_selection ()
233 {
234 // .. nothing yet ..
235 }
236
237 /**
238 * @brief "select" operation

Callers 6

geometry_changingMethod · 0.85
transient_selectMethod · 0.85
selectMethod · 0.85
begin_moveMethod · 0.85
edit_cancelMethod · 0.85
edit_finishMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected