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

Method count

libs/command/kundo2stack.cpp:1000–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998*/
999
1000int KUndo2QStack::count() const
1001{
1002 return m_command_list.size();
1003}
1004
1005/*!
1006 Returns the index of the current command. This is the command that will be

Callers 15

indexMethod · 0.45
rowCountMethod · 0.45
dataMethod · 0.45
childCountMethod · 0.45
childMethod · 0.45
checkUndoLimitMethod · 0.45
undoTextMethod · 0.45
beginMacroMethod · 0.45
commandMethod · 0.45
testExcludeFromMergeMethod · 0.45
testMergeTimeoutMethod · 0.45
testGroupSeparationMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 6

testExcludeFromMergeMethod · 0.36
testMergeTimeoutMethod · 0.36
testGroupSeparationMethod · 0.36
testMaxGroupDurationMethod · 0.36