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

Method timelineGoTo

Engine/OutputSchedulerThread.cpp:2501–2507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

seekFrameMethod · 0.80
lockMethod · 0.45
getTimelineMethod · 0.45

Tested by

no test coverage detected