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

Method addMultipleKeyframeIndicatorsAdded

Gui/GuiAppInstance.cpp:1404–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404void
1405GuiAppInstance::addMultipleKeyframeIndicatorsAdded(const std::list<SequenceTime> & keys,
1406 bool emitSignal)
1407{
1408 ///runs only in the main thread
1409 assert( QThread::currentThread() == qApp->thread() );
1410
1411 _imp->timelineKeyframes.insert( _imp->timelineKeyframes.begin(), keys.begin(), keys.end() );
1412 if (!keys.empty() && emitSignal) {
1413 Q_EMIT keyframeIndicatorsChanged();
1414 }
1415}
1416
1417void
1418GuiAppInstance::removeKeyFrameIndicator(SequenceTime time)

Callers 10

onMultipleKeySetMethod · 0.80
selectInternalMethod · 0.80
redoMethod · 0.80
setKeyframesMethod · 0.80
undoMethod · 0.80

Calls 4

emptyMethod · 0.80
insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected