15 static QRectF currentGeometry;
16 static double origValue;
17 static double currentSpeed;
18 static double currentDelta;
20 static void start(QGraphicsItem& self,
double orig);
21 static void move_free(QGraphicsSceneMouseEvent* event);
22 static double move(QGraphicsSceneMouseEvent* event);
23 static void stop(QGraphicsItem& self, QGraphicsSceneMouseEvent* event);
30 static void abort(QGraphicsItem& self);
35 static QPointF relativeMotion(QGraphicsSceneMouseEvent* event);
39 static bool holdsPointer();