| 2262 | // Mouse routines |
| 2263 | |
| 2264 | bool CPatternEditor::IsOverHeader(const CPoint &point) const |
| 2265 | { |
| 2266 | return point.y < HEADER_HEIGHT; |
| 2267 | } |
| 2268 | |
| 2269 | bool CPatternEditor::IsOverPattern(const CPoint &point) const |
| 2270 | { |
no outgoing calls
no test coverage detected