66class Connection :
public QObject,
public QGraphicsPathItem
89 const QPolygonF &
way ()
const;
99 void mouseMoveEvent (QGraphicsSceneMouseEvent *_event);
100 void mousePressEvent (QGraphicsSceneMouseEvent *_event);
101 void mouseReleaseEvent (QGraphicsSceneMouseEvent *_event);
113 QGraphicsItem *elementArea_;