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

Method getUserKeyframes

Gui/GuiAppInstance.cpp:1515–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515void
1516GuiAppInstance::getUserKeyframes(std::list<SequenceTime>* keys) const
1517{
1518 ///runs only in the main thread
1519 assert( QThread::currentThread() == qApp->thread() );
1520
1521 *keys = _imp->timelineUserKeys;
1522}
1523
1524void
1525GuiAppInstance::addNodesKeyframesToTimeline(const std::list<Node*> & nodes)

Callers 6

paintGLMethod · 0.45
onTrackClonedMethod · 0.45
selectInternalMethod · 0.45
onSettingsPanelClosedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected