diff -r 322402d9f9f9 -r 16d3598f611f mapeditor.h --- a/mapeditor.h Wed Jul 04 11:05:11 2007 +0000 +++ b/mapeditor.h Wed Jul 04 11:05:15 2007 +0000 @@ -181,12 +181,12 @@ Move absolutly to (x,y). */ - void move (const int &x, const int &y); + void move (const double &x, const double &y); /*! \brief Move relativly Move relativly to (x,y). */ - void moveRel (const int &x, const int &y); + void moveRel (const double &x, const double &y); void moveBranchUp(); //!< Move branch up void moveBranchDown(); //!< Move branch down private: @@ -380,6 +380,9 @@ XLinkObj* tmpXLink; Selection xelection; + + QString latestSelection; // select string of latest added object + MapObj* movingObj; // moving a MapObj MapObj* linkingObj_src; // part of a link QPointF movingObj_orgPos; // org. pos of mouse before move