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

Method isAutoTurboEnabled

Engine/Settings.cpp:3313–3317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3311}
3312
3313bool
3314Settings::isAutoTurboEnabled() const
3315{
3316 return _autoTurbo->getValue();
3317}
3318
3319void
3320Settings::setAutoTurboModeEnabled(bool e)

Callers 7

startTaskMethod · 0.80
abortRenderingMethod · 0.80
onEngineStartedMethod · 0.80
onEngineStoppedMethod · 0.80
cancelTaskMethod · 0.80
toggleAutoTurboMethod · 0.80
showMenuMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected