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

Method begin_custom

src/laybasic/laybasic/layLineStyles.cc:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528LineStyles::iterator
529LineStyles::begin_custom () const
530{
531 return m_styles.begin () + sizeof (style_strings) / sizeof (style_strings [0]) / 2;
532}
533
534const LineStyles &
535LineStyles::default_style ()

Callers 15

updateMethod · 0.45
sel_changedMethod · 0.45
updateMethod · 0.45
sel_changedMethod · 0.45
updateMethod · 0.45
double_clickedMethod · 0.45
update_current_itemMethod · 0.45
new_button_clickedMethod · 0.45
clone_button_clickedMethod · 0.45
delete_button_clickedMethod · 0.45
up_button_clickedMethod · 0.45
down_button_clickedMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected