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

Method setVisibleMultiPath

Gui/AddKnobDialog.cpp:2036–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2034}
2035
2036void
2037AddKnobDialogPrivate::setVisibleMultiPath(bool visible)
2038{
2039 multiPathLabel->setVisible(visible);
2040 multiPath->setVisible(visible);
2041 if (!knob) {
2042 multiPath->setChecked(false);
2043 }
2044}
2045
2046void
2047AddKnobDialogPrivate::setVisibleGrpAsTab(bool visible)

Callers 1

Calls 2

setVisibleMethod · 0.45
setCheckedMethod · 0.45

Tested by

no test coverage detected