equal
deleted
inserted
replaced
40 |
40 |
41 void animateToPos(const QPointF& pos); |
41 void animateToPos(const QPointF& pos); |
42 void gotoPos(const QPointF& pos); |
42 void gotoPos(const QPointF& pos); |
43 void cancel(); |
43 void cancel(); |
44 bool isActive() const; |
44 bool isActive() const; |
|
45 void resetVelocity(); |
45 |
46 |
46 const QPointF& startPos() const; |
47 const QPointF& startPos() const; |
47 const QPointF& pos() const; |
48 const QPointF& pos() const; |
48 const QPointF& endPos() const; |
49 const QPointF& endPos() const; |
49 const QPointF& velocity() const; |
50 const QPointF& velocity() const; |