MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / undo

Method undo

src/controller.cpp:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 : m_ctrl(ctrl), m_cmd(cmd) {}
147
148void RcxCommand::undo() { m_ctrl->applyCommand(m_cmd, true); }
149void RcxCommand::redo() { m_ctrl->applyCommand(m_cmd, false); }
150
151// ── RcxController ──

Callers 1

showContextMenuMethod · 0.45

Calls 1

applyCommandMethod · 0.80

Tested by

no test coverage detected