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

Method setVisibleUsePointInteract

Gui/AddKnobDialog.cpp:2066–2074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2064}
2065
2066void
2067AddKnobDialogPrivate::setVisibleUsePointInteract(bool visible)
2068{
2069 usePointInteractLabel->setVisible(visible);
2070 usePointInteract->setVisible(visible);
2071 if (!knob) {
2072 usePointInteract->setChecked(false);
2073 }
2074}
2075
2076void
2077AddKnobDialogPrivate::setVisibleSequence(bool visible)

Callers 1

Calls 2

setVisibleMethod · 0.45
setCheckedMethod · 0.45

Tested by

no test coverage detected