22 #ifndef GROUPANCHORITEM_H_
23 #define GROUPANCHORITEM_H_
26 #include <QGraphicsItemGroup>
31 class QAbstractAnimation;
32 class QGraphicsSceneMouseEvent;
38 Q_PROPERTY(QPointF
pos READ
pos WRITE setPos)
43 virtual ~GroupAnchorItem();
47 QPointer<QAbstractAnimation>
setAnimation(QAbstractAnimation * p_anim);
59 void slotAnimationFinished() {}
63 QPointer<LauncherObject> m_qp_currentUIOwner;
64 QPointer<QAbstractAnimation> m_qp_currentAnimation;