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

Method toggleAutoTurbo

Gui/NodeGraph25.cpp:463–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461} // keyPressEvent
462
463void
464NodeGraph::toggleAutoTurbo()
465{
466 appPTR->getCurrentSettings()->setAutoTurboModeEnabled( !appPTR->getCurrentSettings()->isAutoTurboEnabled() );
467}
468
469void
470NodeGraph::selectAllNodes(bool onlyInVisiblePortion)

Callers

nothing calls this directly

Calls 3

getCurrentSettingsMethod · 0.80
isAutoTurboEnabledMethod · 0.80

Tested by

no test coverage detected