Searched refs:thisEndPos (Results 1 – 2 of 2) sorted by relevance
400 QPoint thisEndPos = convertCoordToFilePos( mouseEvent->pos() ); in mouseMoveEvent() local401 if ( thisEndPos != selectionCurrentEndPos_ ) in mouseMoveEvent()404 if ( selectionStartPos_.y() != thisEndPos.y() ) in mouseMoveEvent()406 if ( thisEndPos.y() != selectionCurrentEndPos_.y() ) in mouseMoveEvent()410 thisEndPos.y() ); in mouseMoveEvent()411 emit updateLineNumber( thisEndPos.y() ); in mouseMoveEvent()416 else if ( thisEndPos.x() != selectionCurrentEndPos_.x() ) in mouseMoveEvent()419 selection_.selectPortion( thisEndPos.y(), in mouseMoveEvent()420 selectionStartPos_.x(), thisEndPos.x() ); in mouseMoveEvent()427 selection_.selectLine( thisEndPos.y() ); in mouseMoveEvent()[all …]