Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ target_widget
Method
target_widget
src/laybasic/laybasic/gtf.cc:560–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
}
559
560
QWidget *target_widget () const
561
{
562
return widget_from_path (m_target.c_str (), m_xml_line);
563
}
564
565
private:
566
std::string m_target;
Callers
nothing calls this directly
Calls
2
widget_from_path
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected