| 87 | } |
| 88 | |
| 89 | bool CFrameSelection::IncludesFrame(int frame) const { |
| 90 | return frame >= GstFirstSelectedFrame() && frame <= GetLastSelectedFrame(); |
| 91 | } |
| 92 | |
| 93 | bool CFrameSelection::IncludesChannel(int channel) const { |
| 94 | return channel >= GetFirstSelectedChannel() && channel <= GetLastSelectedChannel(); |