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

Method EditReplace

Source/FamiTrackerView.cpp:3436–3441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3434}
3435
3436void CFamiTrackerView::EditReplace(stChanNote &Note) // // //
3437{
3438 AddAction(std::make_unique<CPActionEditNote>(Note));
3439 InvalidateCursor();
3440 // pAction->SaveRedoState(static_cast<CMainFrame*>(GetParentFrame())); // // //
3441}
3442
3443CPatternEditor *CFamiTrackerView::GetPatternEditor() const { // // //
3444 ASSERT(m_pPatternEditor);

Callers 1

ReplaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected