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

Method runInputChangedCallback

Engine/Node.cpp:6979–6987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6977}
6978
6979void
6980Node::runInputChangedCallback(int index)
6981{
6982 std::string cb = getInputChangedCallback();
6983
6984 if ( !cb.empty() ) {
6985 _imp->runInputChangedCallback(index, cb);
6986 }
6987}
6988
6989void
6990Node::Implementation::runInputChangedCallback(int index,

Callers 5

connectInputMethod · 0.80
replaceInputInternalMethod · 0.80
switchInput0And1Method · 0.80
disconnectInputMethod · 0.80

Calls 11

emptyMethod · 0.80
appendMethod · 0.80
getAppIDStringMethod · 0.80
toStdStringMethod · 0.80
appendToScriptEditorMethod · 0.45
getAppMethod · 0.45
sizeMethod · 0.45
getGroupMethod · 0.45
getMethod · 0.45
getFullyQualifiedNameMethod · 0.45
getNodeMethod · 0.45

Tested by

no test coverage detected