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

Method timelineGetLeftBound

Engine/PyAppInstance.cpp:221–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int
222App::timelineGetLeftBound() const
223{
224 double left, right;
225
226 getInternalApp()->getFrameRange(&left, &right);
227
228 return left;
229}
230
231int
232App::timelineGetRightBound() const

Callers 1

Calls 1

getFrameRangeMethod · 0.45

Tested by

no test coverage detected