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

Method MacroVariableView

src/lay/lay/layMacroVariableView.cc:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149MacroVariableView::MacroVariableView (QWidget *parent)
150 : QTreeWidget (parent), m_show_all (false)
151{
152 connect (this, SIGNAL (itemExpanded (QTreeWidgetItem *)), this, SLOT (expanded (QTreeWidgetItem *)));
153}
154
155void MacroVariableView::set_inspector (gsi::Inspector *inspector)
156{

Callers

nothing calls this directly

Calls 2

connectFunction · 0.85
expandedFunction · 0.85

Tested by

no test coverage detected