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

Method OnEditDelete

Source/FrameEditor.cpp:976–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974}
975
976void CFrameEditor::OnEditDelete()
977{
978 SetSelection(model_->GetActiveSelection()); // // //
979 m_pMainFrame->AddAction(std::make_unique<CFActionDeleteSel>( )); // // //
980}
981
982std::pair<CFrameIterator, CFrameIterator> CFrameEditor::GetIterators() const // // //
983{

Callers

nothing calls this directly

Calls 2

GetActiveSelectionMethod · 0.80
AddActionMethod · 0.45

Tested by

no test coverage detected