MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / isMouseInView

Method isMouseInView

src/forms/Bookmark/BookmarkView.cpp:667–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666
667bool 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
678bool BookmarkView::getExpandState(const std::string& branchName) {

Callers

nothing calls this directly

Calls 1

mouseInViewMethod · 0.80

Tested by

no test coverage detected