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

Method GetIterators

Source/FrameEditor.cpp:982–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982std::pair<CFrameIterator, CFrameIterator> CFrameEditor::GetIterators() const // // //
983{
984 auto pSel = model_->GetSelection();
985 return CFrameIterator::FromSelection(pSel ? *pSel : model_->GetCurrentPos(), *m_pView->GetSongView());
986}
987
988CFrameClipData CFrameEditor::CopySelection(const CFrameSelection &Sel) const // // //
989{

Callers

nothing calls this directly

Calls 3

GetCurrentPosMethod · 0.80
GetSongViewMethod · 0.80
GetSelectionMethod · 0.45

Tested by

no test coverage detected