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

Method selectNode

Gui/Gui30.cpp:511–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511void
512Gui::selectNode(const NodeGuiPtr& node)
513{
514 if (!node) {
515 return;
516 }
517 _imp->_nodeGraphArea->selectNode(node, false); //< wipe current selection
518}
519
520void
521Gui::connectInput(int inputNb,

Callers 6

eventFilterMethod · 0.45
loadNodeGuiSerializationFunction · 0.45
mousePressEventMethod · 0.45
ViewerGL.cppFile · 0.45
selectNextResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected