| 70 | } |
| 71 | |
| 72 | int CFrameSelection::GetLastSelectedChannel() const |
| 73 | { |
| 74 | return std::max(m_cpStart.m_iChannel, m_cpEnd.m_iChannel) - 1; |
| 75 | } |
| 76 | |
| 77 | int CFrameSelection::GetSelectedChanCount() const { |
| 78 | return std::abs(m_cpEnd.m_iChannel - m_cpStart.m_iChannel); |
no outgoing calls
no test coverage detected