MCPcopy Create free account
hub / github.com/KDE/krita / redo

Method redo

libs/command/kundo2stack.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220*/
221
222void KUndo2Command::redo()
223{
224 for (int i = 0; i < d->child_list.size(); ++i)
225 d->child_list.at(i)->redo();
226}
227
228/*!
229 Reverts a change to the document. After undo() is called, the state of

Callers

nothing calls this directly

Calls 5

setIndexFunction · 0.85
redoMergedCommandsMethod · 0.80
sizeMethod · 0.45
atMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected