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

Method redo

src/app/cmd.cpp:57–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void Cmd::redo()
58{
59 TRACE("Cmd: Redo cmd '%s'\n", typeid(*this).name());
60 ASSERT(m_state == State::Undone);
61
62 onRedo();
63 onFireNotifications();
64
65#if _DEBUG
66 m_state = State::Redone;
67#endif
68}
69
70void Cmd::dispose()
71{

Callers 9

onRedoMethod · 0.45
onExecuteMethod · 0.45
onRedoMethod · 0.45
onExecuteMethod · 0.45
onRedoMethod · 0.45
onRedoMethod · 0.45
onExecuteMethod · 0.45
onRedoMethod · 0.45
onRedoMethod · 0.45

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected