mapeditor.h
changeset 537 16d3598f611f
parent 531 be24af55da40
child 572 a97aabc21136
     1.1 --- a/mapeditor.h	Wed Jul 04 11:05:11 2007 +0000
     1.2 +++ b/mapeditor.h	Wed Jul 04 11:05:15 2007 +0000
     1.3 @@ -181,12 +181,12 @@
     1.4  
     1.5  		Move absolutly to (x,y).
     1.6  	*/	
     1.7 -    void move    (const int &x, const int &y);
     1.8 +    void move    (const double &x, const double &y);
     1.9  	/*! \brief Move relativly
    1.10  
    1.11  		Move relativly to (x,y).
    1.12  	*/	
    1.13 -    void moveRel (const int &x, const int &y);
    1.14 +    void moveRel (const double &x, const double &y);
    1.15      void moveBranchUp();	//!< Move branch up
    1.16      void moveBranchDown();	//!< Move branch down
    1.17  private:	
    1.18 @@ -380,6 +380,9 @@
    1.19  	XLinkObj* tmpXLink;
    1.20  
    1.21  	Selection xelection;	
    1.22 +
    1.23 +	QString latestSelection;		// select string of latest added object
    1.24 +
    1.25      MapObj* movingObj;				// moving a MapObj
    1.26  	MapObj* linkingObj_src;			// part of a link
    1.27      QPointF movingObj_orgPos;		// org. pos of mouse before move