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

Method getTimeline

Engine/ViewerInstance.cpp:3411–3415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3409}
3410
3411TimeLinePtr
3412ViewerInstance::getTimeline() const
3413{
3414 return _imp->uiContext ? _imp->uiContext->getTimeline() : getApp()->getTimeLine();
3415}
3416
3417void
3418ViewerInstance::getTimelineBounds(int* first,

Callers 9

onTrackBwClickedMethod · 0.45
onTrackPrevClickedMethod · 0.45
onTrackNextClickedMethod · 0.45
onTrackFwClickedMethod · 0.45
onOverlayPenDownMethod · 0.45
timelineStepOneMethod · 0.45
timelineGoToMethod · 0.45
timelineGetTimeMethod · 0.45
renderCurrentFrameMethod · 0.45

Calls 2

getAppFunction · 0.85
getTimeLineMethod · 0.45

Tested by

no test coverage detected