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

Method widget

src/lay/lay/layViewWidgetStack.cc:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88LayoutViewWidget *ViewWidgetStack::widget (size_t index)
89{
90 if (index < m_widgets.size ()) {
91 return m_widgets [index];
92 } else {
93 return 0;
94 }
95}
96
97QWidget *ViewWidgetStack::background_widget ()
98{

Callers 15

test_55Method · 0.45
test_55Method · 0.45
ViewMethod · 0.45
popup_tap_layer_menuFunction · 0.45
get_via_forMethod · 0.45
do_update_contentMethod · 0.45
do_update_contentMethod · 0.45
config_finalizeMethod · 0.45
closeEventMethod · 0.45
current_tab_changedMethod · 0.45
close_manyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

test_55Method · 0.36
test_55Method · 0.36