MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / Undo

Method Undo

Source/ModuleAction.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void ModuleAction::CComment::Undo(CMainFrame &MainFrm) {
55 GET_MODULE().SetComment(oldComment_, oldShow_);
56}
57
58void ModuleAction::CComment::Redo(CMainFrame &MainFrm) {
59 GET_MODULE().SetComment(newComment_, newShow_);

Callers

nothing calls this directly

Calls 11

SetModuleNameMethod · 0.80
SetModuleArtistMethod · 0.80
SetModuleCopyrightMethod · 0.80
SetNameMethod · 0.80
SetCommentMethod · 0.45
RemoveInstrumentMethod · 0.45
GetInstrumentManagerMethod · 0.45
SelectInstrumentMethod · 0.45
InsertInstrumentMethod · 0.45
GetInstrumentMethod · 0.45
SwapInstrumentsMethod · 0.45

Tested by

no test coverage detected