| 94 | } |
| 95 | |
| 96 | CFrameSelection CFrameEditorModel::GetActiveSelection() const { |
| 97 | return IsSelecting() ? m_selection : MakeFrameSelection(GetCurrentFrame()); |
| 98 | } |
| 99 | |
| 100 | void CFrameEditorModel::Select(const CFrameSelection &sel) { |
| 101 | m_selection = sel; |
no outgoing calls
no test coverage detected