Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
LayoutViewWidget *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
97
QWidget *ViewWidgetStack::background_widget ()
98
{
Callers
15
test_55
Method · 0.45
test_55
Method · 0.45
View
Method · 0.45
popup_tap_layer_menu
Function · 0.45
get_via_for
Method · 0.45
do_update_content
Method · 0.45
do_update_content
Method · 0.45
tabs_menu_about_to_show
Method · 0.45
config_finalize
Method · 0.45
closeEvent
Method · 0.45
current_tab_changed
Method · 0.45
close_many
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
2
test_55
Method · 0.36
test_55
Method · 0.36