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

Method SaveRedoState

Source/FrameAction.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void CFrameAction::SaveRedoState(const CMainFrame &MainFrm) // // //
127{
128 m_pRedoState = std::make_unique<CFrameEditorState>(*GET_VIEW()); // // //
129}
130
131void CFrameAction::RestoreUndoState(CMainFrame &MainFrm) const // // //
132{

Callers 4

InsertNoteMethod · 0.45
OnKeyBackspaceMethod · 0.45
OnKeyDeleteMethod · 0.45
HandleKeyboardInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected