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

Method child

libs/command/kundo2stack.cpp:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313*/
314
315const KUndo2Command *KUndo2Command::child(int index) const
316{
317 if (index < 0 || index >= d->child_list.count())
318 return 0;
319 return d->child_list.at(index);
320}
321
322bool KUndo2Command::hasParent() const
323{

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected