Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
int
222
App::timelineGetLeftBound() const
223
{
224
double left, right;
225
226
getInternalApp()->getFrameRange(&left, &right);
227
228
return left;
229
}
230
231
int
232
App::timelineGetRightBound() const
Callers
1
Sbk_AppFunc_timelineGetLeftBound
Function · 0.80
Calls
1
getFrameRange
Method · 0.45
Tested by
no test coverage detected