| 665 | |
| 666 | |
| 667 | bool BookmarkView::isMouseInView() { |
| 668 | if (m_labelText->HasFocus()) { |
| 669 | return true; |
| 670 | } |
| 671 | if (m_searchText->HasFocus()) { |
| 672 | return true; |
| 673 | } |
| 674 | return mouseTracker.mouseInView(); |
| 675 | } |
| 676 | |
| 677 | |
| 678 | bool BookmarkView::getExpandState(const std::string& branchName) { |
nothing calls this directly
no test coverage detected