| 128 | } |
| 129 | |
| 130 | bool CFrameEditorModel::IsFrameSelected(int frame) const { |
| 131 | return IsSelecting() && m_selection.IncludesFrame(frame); |
| 132 | } |
| 133 | |
| 134 | bool CFrameEditorModel::IsChannelSelected(int channel) const { |
| 135 | return IsSelecting() && m_selection.IncludesChannel(channel); |
no test coverage detected