Searched refs:_oldLoc (Results 1 – 3 of 3) sorted by relevance
79 QPoint _oldLoc; variable172 QPoint _oldLoc; variable
545 int yOffset = int(_oldLoc.y()) - int(scenePt.y()); in mouseMoveEvent()2098 _oldLoc = QPoint(int(scenePt.x()), int(scenePt.y())); in mousePressEvent()2274 if (abs(newLoc.x() - _oldLoc.x()) > 2 || in mouseMoveEvent()2275 abs(newLoc.y() - _oldLoc.y()) > 2) { in mouseMoveEvent()2280 _selectionBox->setRect(_oldLoc.x(), _oldLoc.y(), 0, 0); in mouseMoveEvent()2293 QRect tmp = QRect((_oldLoc.x() < newLoc.x())? _oldLoc.x() : newLoc.x(), in mouseMoveEvent()2294 (_oldLoc.y() < newLoc.y())? _oldLoc.y() : newLoc.y(), in mouseMoveEvent()2295 abs(newLoc.x() - _oldLoc.x()), in mouseMoveEvent()2296 abs(newLoc.y() - _oldLoc.y())); in mouseMoveEvent()2300 int x_offset = int(_oldLoc.x()) - int(newLoc.x()); in mouseMoveEvent()[all …]
110 SetRightLeafLocChange(Builder* builder, DiskLoc oldLoc) : _builder(builder), _oldLoc(oldLoc) {} in SetRightLeafLocChange()114 _builder->_rightLeafLoc = _oldLoc; in rollback()118 const DiskLoc _oldLoc; member in mongo::BtreeLogic::Builder::SetRightLeafLocChange