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

Method timelineGoTo

Engine/OutputSchedulerThread.cpp:2499–2505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2497}
2498
2499void
2500DefaultScheduler::timelineGoTo(int time)
2501{
2502 QMutexLocker k(&_currentTimeMutex);
2503
2504 _currentTime = time;
2505}
2506
2507int
2508DefaultScheduler::timelineGetTime() const

Callers

nothing calls this directly

Calls 3

seekFrameMethod · 0.80
lockMethod · 0.45
getTimelineMethod · 0.45

Tested by

no test coverage detected