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

Method Redo

Source/ModuleAction.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ModuleAction::CComment::Redo(CMainFrame &MainFrm) {
59 GET_MODULE().SetComment(newComment_, newShow_);
60}
61
62void ModuleAction::CComment::UpdateViews(CMainFrame &MainFrm) const {
63 MainFrm.SetMessageText(L"Comment settings changed");

Callers

nothing calls this directly

Calls 12

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

Tested by

no test coverage detected