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

Method removeAllKeyframesIndicators

Gui/GuiAppInstance.cpp:1381–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379}
1380
1381void
1382GuiAppInstance::removeAllKeyframesIndicators()
1383{
1384 ///runs only in the main thread
1385 assert( QThread::currentThread() == qApp->thread() );
1386
1387 bool wasEmpty = _imp->timelineKeyframes.empty();
1388 _imp->timelineKeyframes.clear();
1389 if (!wasEmpty) {
1390 Q_EMIT keyframeIndicatorsChanged();
1391 }
1392}
1393
1394void
1395GuiAppInstance::addKeyframeIndicator(SequenceTime time)

Callers 1

doResetEndMethod · 0.80

Calls 2

emptyMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected