MCPcopy Create free account
hub / github.com/KDE/kdenlive / appendEffectWithUndo

Method appendEffectWithUndo

src/effects/effectstack/model/effectstackmodel.cpp:722–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722std::pair<bool, bool> EffectStackModel::appendEffectWithUndo(const QString &effectId, Fun &undo, Fun &redo)
723{
724 return doAppendEffect(effectId, true, {}, undo, redo);
725}
726
727bool EffectStackModel::appendEffect(const QString &effectId, bool makeCurrent, stringMap params)
728{

Callers 3

dropEventMethod · 0.80
addEffectWithUndoMethod · 0.80
doPasteEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected