Searched refs:m_selectionBeginPoint (Results 1 – 2 of 2) sorted by relevance
401 QPointF m_selectionBeginPoint; variable
1330 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()