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

Method setVisibleType

Gui/AddKnobDialog.cpp:1985–1990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1983
1984
1985void
1986AddKnobDialog::setVisibleType(bool visible)
1987{
1988 _imp->typeChoice->setVisible(visible);
1989 _imp->typeLabel->setVisible(visible);
1990}
1991
1992void
1993AddKnobDialog::setType(ParamDataTypeEnum type)

Callers 1

onAddClickedMethod · 0.80

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected