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

Method getHideInputsKnobValue

Engine/Node.cpp:4780–4790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4778} // Node::refreshCreatedViews
4779
4780bool
4781Node::getHideInputsKnobValue() const
4782{
4783 KnobBoolPtr k = _imp->hideInputs.lock();
4784
4785 if (!k) {
4786 return false;
4787 }
4788
4789 return k->getValue();
4790}
4791
4792void
4793Node::setHideInputsKnobValue(bool hidden)

Callers 3

showMenuMethod · 0.80
computeVisibilityMethod · 0.80
toggleHideInputsMethod · 0.80

Calls 2

lockMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected