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

Method timelineStepOne

Engine/OutputSchedulerThread.cpp:2487–2497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2485} // DefaultScheduler::processFrame
2486
2487void
2488DefaultScheduler::timelineStepOne(RenderDirectionEnum direction)
2489{
2490 QMutexLocker k(&_currentTimeMutex);
2491
2492 if (direction == eRenderDirectionForward) {
2493 ++_currentTime;
2494 } else {
2495 --_currentTime;
2496 }
2497}
2498
2499void
2500DefaultScheduler::timelineGoTo(int time)

Callers

nothing calls this directly

Calls 4

incrementCurrentFrameMethod · 0.80
decrementCurrentFrameMethod · 0.80
lockMethod · 0.45
getTimelineMethod · 0.45

Tested by

no test coverage detected