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

Method removeAllKeyframesIndicators

Gui/GuiAppInstance.cpp:1363–1374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363void
1364GuiAppInstance::removeAllKeyframesIndicators()
1365{
1366 ///runs only in the main thread
1367 assert( QThread::currentThread() == qApp->thread() );
1368
1369 bool wasEmpty = _imp->timelineKeyframes.empty();
1370 _imp->timelineKeyframes.clear();
1371 if (!wasEmpty) {
1372 Q_EMIT keyframeIndicatorsChanged();
1373 }
1374}
1375
1376void
1377GuiAppInstance::addKeyframeIndicator(SequenceTime time)

Callers 1

doResetEndMethod · 0.80

Calls 2

emptyMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected