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

Method showKeyframesOnTimeline

Engine/Node.cpp:5500–5511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5498}
5499
5500void
5501Node::showKeyframesOnTimeline(bool emitSignal)
5502{
5503 assert( QThread::currentThread() == qApp->thread() );
5504 if ( _imp->keyframesDisplayedOnTimeline || appPTR->isBackground() ) {
5505 return;
5506 }
5507 _imp->keyframesDisplayedOnTimeline = true;
5508 std::list<SequenceTime> keys;
5509 getAllKnobsKeyframes(&keys);
5510 getApp()->addMultipleKeyframeIndicatorsAdded(keys, emitSignal);
5511}
5512
5513void
5514Node::hideKeyframesFromTimeline(bool emitSignal)

Callers 7

onSettingsPanelClosedMethod · 0.80
onSelectionChangedMethod · 0.80
DockablePanel.cppFile · 0.80
setClosedInternalMethod · 0.80
undoMethod · 0.80

Calls 3

getAppFunction · 0.85
isBackgroundMethod · 0.45

Tested by

no test coverage detected