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

Method hideKeyframesFromTimeline

Engine/Node.cpp:5513–5524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5511}
5512
5513void
5514Node::hideKeyframesFromTimeline(bool emitSignal)
5515{
5516 assert( QThread::currentThread() == qApp->thread() );
5517 if ( !_imp->keyframesDisplayedOnTimeline || appPTR->isBackground() ) {
5518 return;
5519 }
5520 _imp->keyframesDisplayedOnTimeline = false;
5521 std::list<SequenceTime> keys;
5522 getAllKnobsKeyframes(&keys);
5523 getApp()->removeMultipleKeyframeIndicator(keys, emitSignal);
5524}
5525
5526bool
5527Node::areKeyframesVisibleOnTimeline() const

Callers 8

onSettingsPanelClosedMethod · 0.80
onSelectionChangedMethod · 0.80
resetInstancesMethod · 0.80
setClosedInternalMethod · 0.80
redoMethod · 0.80

Calls 3

getAppFunction · 0.85
isBackgroundMethod · 0.45

Tested by

no test coverage detected