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

Function select

src/laybasic/laybasic/layEditable.h:251–254  ·  view source on GitHub ↗

* @brief "select" operation * * This is geometrical selection of objects. Selection can be * either by a box or by a point. In the latter case, a degenerated * box must be provided which is a single-point box. * An empty box equals "all". * The return value is basically used by the point selection mode * to determine the first editable that gets the selection. *

Source from the content-addressed store, hash-verified

249 * @return Should return true if anything was selected, in particular in point mode
250 */
251 virtual bool select (const db::DBox & /*box*/, SelectionMode /*mode*/)
252 {
253 return false;
254 }
255
256 /**
257 * @brief Start a "move" operation

Callers 5

select_allMethod · 0.70
selectMethod · 0.70
repeat_selectionMethod · 0.70
begin_moveMethod · 0.70
end_moveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected