Home
last modified time | relevance | path

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

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbasketscene.h401 QPointF m_selectionBeginPoint; variable
H A Dbasketscene.cpp1330 m_selectionBeginPoint = event->scenePos(); in mousePressEvent()
1578 m_selectionBeginPoint = event->scenePos(); in mousePressEvent()
2453 m_selectionRect = QRectF(m_selectionBeginPoint, m_selectionEndPoint).normalized(); in doAutoScrollSelection()
2461 …if ((m_selectionBeginPoint - m_selectionEndPoint).manhattanLength() > QApplication::startDragDista… in doAutoScrollSelection()