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

Method undo

libs/command/kundo2stack.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238*/
239
240void KUndo2Command::undo()
241{
242 for (int i = d->child_list.size() - 1; i >= 0; --i)
243 d->child_list.at(i)->undo();
244}
245
246/*!
247 Returns a short text string describing what this command does; for example,

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected