diff -r 0dc9286ad3d4 -r 9b9c7e8b9147 mapeditor.h --- a/mapeditor.h Wed Jul 13 11:36:15 2005 +0000 +++ b/mapeditor.h Tue Jul 19 14:44:30 2005 +0000 @@ -84,6 +84,7 @@ void cut(); // cut to clipboard and backup void moveBranchUp(); void moveBranchDown(); + void linkBranchToPos(LinkableMapObj*,const int &, const QPoint &);// move selection to dst and pos void editHeading(); // Start editing heading private: void setHeading(const QString &); // Just set the heading for selection @@ -190,6 +191,7 @@ LinkableMapObj* selectionLast; // last selection MapObj* movingObj; // moving a MapObj MapObj* linkingObj_src; // part of a link + QPoint movingObj_orgPos; // org. pos of mouse before move QPoint movingObj_start; // rel. pos of mouse to absPos QPoint movingCont_start; // inital pos of moving Content or QPoint movingVec; // how far has Content moved