MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setVisibleMultiPath

Method setVisibleMultiPath

Gui/AddKnobDialog.cpp:2086–2094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2084}
2085
2086void
2087AddKnobDialogPrivate::setVisibleMultiPath(bool visible)
2088{
2089 multiPathLabel->setVisible(visible);
2090 multiPath->setVisible(visible);
2091 if (!knob) {
2092 multiPath->setChecked(false);
2093 }
2094}
2095
2096void
2097AddKnobDialogPrivate::setVisibleGrpAsTab(bool visible)

Callers 1

Calls 2

setVisibleMethod · 0.45
setCheckedMethod · 0.45

Tested by

no test coverage detected