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

Method getTimeline

Engine/ViewerInstance.cpp:3412–3416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3410}
3411
3412boost::shared_ptr<TimeLine>
3413ViewerInstance::getTimeline() const
3414{
3415 return _imp->uiContext ? _imp->uiContext->getTimeline() : getApp()->getTimeLine();
3416}
3417
3418void
3419ViewerInstance::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