| 980 | } |
| 981 | |
| 982 | std::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 | |
| 988 | CFrameClipData CFrameEditor::CopySelection(const CFrameSelection &Sel) const // // // |
| 989 | { |
nothing calls this directly
no test coverage detected