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

Method addUserKeyframeIndicator

Gui/GuiAppInstance.cpp:1461–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461void
1462GuiAppInstance::addUserKeyframeIndicator(SequenceTime time)
1463{
1464 ///runs only in the main thread
1465 assert( QThread::currentThread() == qApp->thread() );
1466
1467 _imp->timelineUserKeys.push_back(time);
1468 Q_EMIT keyframeIndicatorsChanged();
1469}
1470
1471void
1472GuiAppInstance::addUserMultipleKeyframeIndicatorsAdded(const std::list<SequenceTime> & keys,

Callers 1

onTrackKeyframeSetMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected