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

Method getViewerFrameRange

Gui/ViewerGL.cpp:4671–4676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4669}
4670
4671void
4672ViewerGL::getViewerFrameRange(int* first,
4673 int* last) const
4674{
4675 _imp->viewerTab->getTimelineBounds(first, last);
4676}
4677
4678double
4679ViewerGL::currentTimeForEvent(QInputEvent* e)

Callers 4

onTrackRangeClickedMethod · 0.80
onTrackBwClickedMethod · 0.80
onTrackFwClickedMethod · 0.80
getTimelineBoundsMethod · 0.80

Calls 1

getTimelineBoundsMethod · 0.45

Tested by

no test coverage detected