MCPcopy Create free account
hub / github.com/MrKepzie/Natron / addRow

Method addRow

Gui/MultiInstancePanel.cpp:697–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void
698MultiInstancePanel::addRow(const NodePtr & node)
699{
700 _imp->addTableRow(node);
701}
702
703void
704MultiInstancePanelPrivate::addTableRow(const NodePtr & node)

Callers 2

AddKnobDialogMethod · 0.80
AddNodeCommandClass · 0.80

Calls 1

addTableRowMethod · 0.45

Tested by

no test coverage detected