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

Method addUserMultipleKeyframeIndicatorsAdded

Gui/GuiAppInstance.cpp:1471–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469}
1470
1471void
1472GuiAppInstance::addUserMultipleKeyframeIndicatorsAdded(const std::list<SequenceTime> & keys,
1473 bool emitSignal)
1474{
1475 ///runs only in the main thread
1476 assert( QThread::currentThread() == qApp->thread() );
1477
1478 _imp->timelineUserKeys.insert( _imp->timelineUserKeys.begin(), keys.begin(), keys.end() );
1479 if (!keys.empty() && emitSignal) {
1480 Q_EMIT keyframeIndicatorsChanged();
1481 }
1482}
1483
1484void
1485GuiAppInstance::removeUserKeyFrameIndicator(SequenceTime time)

Callers 2

selectInternalMethod · 0.80

Calls 4

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

Tested by

no test coverage detected