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

Method timelineGetRightBound

Engine/PyAppInstance.cpp:231–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231int
232App::timelineGetRightBound() const
233{
234 double left, right;
235
236 getInternalApp()->getFrameRange(&left, &right);
237
238 return right;
239}
240
241AppSettings::AppSettings(const SettingsPtr& settings)
242 : _settings(settings)

Callers 1

Calls 1

getFrameRangeMethod · 0.45

Tested by

no test coverage detected