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

Method addKeyframeIndicator

Gui/GuiAppInstance.cpp:1394–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394void
1395GuiAppInstance::addKeyframeIndicator(SequenceTime time)
1396{
1397 ///runs only in the main thread
1398 assert( QThread::currentThread() == qApp->thread() );
1399
1400 _imp->timelineKeyframes.push_back(time);
1401 Q_EMIT keyframeIndicatorsChanged();
1402}
1403
1404void
1405GuiAppInstance::addMultipleKeyframeIndicatorsAdded(const std::list<SequenceTime> & keys,

Callers 6

setItemKeyMethod · 0.80
onInternalKeySetMethod · 0.80
onKeyFrameMovedMethod · 0.80
setKeyframeMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected