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

Method runInputChangedCallback

Engine/Node.cpp:11250–11258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11248}
11249
11250void
11251Node::runInputChangedCallback(int index)
11252{
11253 std::string cb = getInputChangedCallback();
11254
11255 if ( !cb.empty() ) {
11256 _imp->runInputChangedCallback(index, cb);
11257 }
11258}
11259
11260void
11261Node::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