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

Method addMultipleKeyframeIndicatorsAdded

Gui/GuiAppInstance.cpp:1386–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384}
1385
1386void
1387GuiAppInstance::addMultipleKeyframeIndicatorsAdded(const std::list<SequenceTime> & keys,
1388 bool emitSignal)
1389{
1390 ///runs only in the main thread
1391 assert( QThread::currentThread() == qApp->thread() );
1392
1393 _imp->timelineKeyframes.insert( _imp->timelineKeyframes.begin(), keys.begin(), keys.end() );
1394 if (!keys.empty() && emitSignal) {
1395 Q_EMIT keyframeIndicatorsChanged();
1396 }
1397}
1398
1399void
1400GuiAppInstance::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