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

Method updateNavigator

Gui/NodeGraph30.cpp:465–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void
466NodeGraph::updateNavigator()
467{
468 if ( !areAllNodesVisible() ) {
469 _imp->_navigator->setPixmap( QPixmap::fromImage( getFullSceneScreenShot() ) );
470 _imp->_navigator->show();
471 } else {
472 _imp->_navigator->hide();
473 }
474}
475
476bool
477NodeGraph::areAllNodesVisible()

Callers 2

undoMethod · 0.80
redoMethod · 0.80

Calls 2

showMethod · 0.80
hideMethod · 0.80

Tested by

no test coverage detected