| 56 | } |
| 57 | |
| 58 | int CFrameSelection::GetLastSelectedFrame() const |
| 59 | { |
| 60 | return std::max(m_cpStart.m_iFrame, m_cpEnd.m_iFrame) - 1; |
| 61 | } |
| 62 | |
| 63 | int CFrameSelection::GetSelectedFrameCount() const { |
| 64 | return std::abs(m_cpEnd.m_iFrame - m_cpStart.m_iFrame); |
no outgoing calls
no test coverage detected