MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onRedo

Method onRedo

src/app/cmd_sequence.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void CmdSequence::onRedo()
44{
45 for (auto it = m_cmds.begin(), end=m_cmds.end(); it!=end; ++it)
46 (*it)->redo();
47}
48
49size_t CmdSequence::onMemSize() const
50{

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
redoMethod · 0.45

Tested by

no test coverage detected