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

Method setVisibleLabel

Gui/AddKnobDialog.cpp:1941–1946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1939} // AddKnobDialog::onOkClicked
1940
1941void
1942AddKnobDialogPrivate::setVisibleLabel(bool visible)
1943{
1944 labelLineEdit->setVisible(visible);
1945 labelLabel->setVisible(visible);
1946}
1947
1948void
1949AddKnobDialogPrivate::setVisibleToolTipEdit(bool visible)

Callers 1

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected