Home
last modified time | relevance | path

Searched refs:basketPoint (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbasketscene.cpp1621 QPoint basketPoint = m_view->mapToGlobal(QPoint(0, 0)); in noteVisibleRect() local
1622 …rect.moveTopLeft(rect.topLeft() + basketPoint + QPoint(m_view->frameWidth(), m_view->frameWidth())… in noteVisibleRect()
1628 … if (rect.bottom() > basketPoint.y() + m_view->viewport()->height() + 1) { // Bottom too... bottom in noteVisibleRect()
1629 rect.setBottom(basketPoint.y() + m_view->viewport()->height() + 1); in noteVisibleRect()
1633 if (rect.top() < basketPoint.y() + m_view->frameWidth()) { // Top too... top in noteVisibleRect()
1634 rect.setTop(basketPoint.y() + m_view->frameWidth()); in noteVisibleRect()
1640 if (rect.right() > basketPoint.x() + m_view->viewport()->width() + 1) { // Right too... right in noteVisibleRect()
1641 rect.setRight(basketPoint.x() + m_view->viewport()->width() + 1); in noteVisibleRect()
1645 if (rect.left() < basketPoint.x() + m_view->frameWidth()) { // Left too... left in noteVisibleRect()
1646 rect.setLeft(basketPoint.x() + m_view->frameWidth()); in noteVisibleRect()